| Thread | Last Post | Replies |
|
| System.web.dll | 16 Feb 2005 22:35 GMT | 2 |
How do you browse the above file to findout the property in Win2K & Win2K3. ASAP
|
| Cookie missing | 16 Feb 2005 21:49 GMT | 1 |
I have a ASP.NET application and I have set the Cookieless attribute in the web.config file as false. When I run the application, I dont see the cookie file created in the C:\Documents and Settings\username\Cookies directory. Where is the file created if I want to see the ...
|
| verify that ASP.NET or ATL Server is correctly installed on the server..... | 16 Feb 2005 21:12 GMT | 2 |
I keep getting this silly Error since installing the lastest Windows XP updates... Error while trying to run project: Unable to start debugging on the web server. Could not start ASP.NET or ATL Server Debugging.
|
| Need Clarification - Approaches to Database Querying | 16 Feb 2005 20:58 GMT | 2 |
As I continue to read more about the benefits of database querying using ADO.NET, I am having a more difficult time distinguishing what the best approach to data retrieval is anymore. When creating datasets in the Visual Studio.NET designer, Command objects
|
| .net 2.0 newsgroup? | 16 Feb 2005 20:25 GMT | 1 |
Is there a .NET 2.0 newsground anywhere? Cheers S
|
| licensing and other costs related to the use of .NET | 16 Feb 2005 20:05 GMT | 4 |
Not sure if this is the right group for the question: I've just finished a course/certification where I've used Visual Studio and want to work further on software development with C#,ADO,ASP hopefully the end result being an application that can be sold. Before proceeding, I wanted ...
|
| Problem in Connection object | 16 Feb 2005 19:09 GMT | 2 |
I have been having a nightmare with one of ASP .Net 2.0 app which works fine in our development environment. WHen I move to the production server the database is getting wacked. I am trying to establish a connection thro a XML string. Everything works fine and I am able to ...
|
| OO Design Question | 16 Feb 2005 18:28 GMT | 6 |
My question isn't specific to .Net but as .Net is object oriented, I would be interested if someone could let me know if there is a standard way of implementing what I describe below in OO or if it is covered by a design pattern. I hope someone can help me as I have been looking for ...
|
| GetHashCode() | 16 Feb 2005 18:21 GMT | 1 |
Could someone tell, which hashing algorithm is used in the .Net's System.String.GetHashCode() call please?
 Signature Rahul Kumar
|
| is there a problem with the browser back button in ASP.Net ? | 16 Feb 2005 18:20 GMT | 3 |
I noticed that when i m using the browser back button or the javascript history.back() function, I get sometimes (and not always) the following error message: "Internet Explorer cannot open the Internet Site
|
| Numbers display incorrectly in Label.Text field | 16 Feb 2005 17:50 GMT | 3 |
I am programmatically setting the .Text property of a number of Labels on my Windows form at runtime, but I am experiencing some very strange behaviour when I do this. The code I am using is below: Label1.Text = "8 " & UCase(strOpen) 'strOpen = "Open"
|
| Help on Filtering XML nodes ??? | 16 Feb 2005 17:29 GMT | 3 |
I have a csv file data which has been read and populate on a dataset object. then I need to bind part of the content of the dataset to a treeview control. I have read that XML format is particular usefull to be bind to a treeview as it handle nodes. So I have try to save my dataset ...
|
| Help Nodes Contains function not working ??? | 16 Feb 2005 16:31 GMT | 2 |
I am populating a treeview control with an XML file. I need to skip duplicate node entry from XML file in treeview if exit For that I ma using the following line of code : If NodeCollection.Contains(node) Then Return True
|
| Reading XML | 16 Feb 2005 16:07 GMT | 2 |
Is there any way by which i can read each node(with attribute and values) of an xml file as a string? Is there a way to get this using XmlTextReader.
|
| sql connection string in web.config trouble | 16 Feb 2005 15:31 GMT | 3 |
Please, anyone who has experience setting up a sql connection string in the web.config file, can you decipher this error.: Keyword not supported: 'datasource'. Description: An unhandled exception occurred during the execution of the
|