hello experts,
I create an Hashtable that help me to build up an account, with values as follow:
ht = new ht();
ht.add(firstname, "toto");
ht.add(lastname, "oto");
ht...
some...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23107323.html
Zones:
C#,
ASPDate Answered: 01/24/2008 Grade: B Views: 0
Hello Experts.
Procedure as i did.
From C#
From file menu I Created a new project.
The project was ClassLibrary
And Made some modifications to the code.
It now looks like this.
using System;...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23240155.html
Hi,
How i can design my own Custom control with post back ?
I want make a control (<div></div>) then i click on this Div, i want cause a postback ? (like a asp:button but with a div)
Thanks
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23360590.html
What is the method to scan a specific local directory on a users hard drive and display in the browser, the file name date and version number of specific files. I will be comparing them to files o...
http://www.experts-exchange.com/Web_Development/WebApplications/Q_23496491.html
I have a form that has about a half dozen seperate text boxes. I have not set anything on these text boxes other than width sizes. For some reason however when I build the page shows that some of ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23610608.html
I have a checklist box that serves as a filtering list for a gridview bound to a dataview.
What I am trying to do is perform a row filter based on which items are checked.
Here is where the...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23627154.html
Okay. Working on a website where we would like users to be able to see the geo graphic location of thier friends on a map. Its an ASP .NET application for a social networking site. Just looking for...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23329829.html
Hello.
I've been trying to find a starting point, or at least something that's already made out there, in either ASP.NET or C# (that which i can use in a WSS 3.0 Web Part) to automatically map a...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/Windows_2003_Active_...
I have a function that must be only called if the request comes from a certain page.
How do I check the name or some identifieng feature of a page.
Thanks
Stanton
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23405102.html
I have deployed our application into a load balanced environment. Set up a session state server to handle session state. Added the appropriate entries to the web config on both servers. (Session st...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23425816.html