The 1.1 version of the .NET Framework.
I have an text box i need to validate so that the user can enter enter up to four character …
asp.net regex validation .net-1.1I have a listbox displaying items from an enum. I want to select/highlight the current value (read from a …
c# listbox compact-framework listboxitem .net-1.1Why would a stored procedure that returns a table with 9 columns, 89 rows using this code take 60 seconds to execute (.NET 1.1) …
sql-server vb.net .net-1.1How do I retrieve a Boolean value in dataset, I'm using visual studio 2003,I am trying the following, but it's …
c# .net-1.1I am using ADO.NET (.NET 1.1) in a legacy app. I know that DataAdapter.Fill() opens and closes connections if …
.net ado.net .net-1.1 sqlconnection resource-leakI have the following code in some methods of my Data Layer: StringBuilder sb = new StringBuilder(); SqlCommand s = new SqlCommand(…
c# .net-1.1 sqldatareader sqlcommandWhat is the purpose of adding the batch="false" in the compilation tag in ASP.NET 1.1?
c# asp.net vb.net web-config .net-1.1We are using a badly written windows service, which will hang when we are trying to Stop it from code. …
c# windows-services process .net-1.1