Top ".net-1.1" questions

The 1.1 version of the .NET Framework.

how to use RegularExpressionValidator on textbox

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.1
How can I programmatically select an item in a listbox?

I 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.1
SqlDataAdapter.Fill method slow

Why 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.1
Get a boolean value from DataTable

How 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.1
Does DataAdapter.Fill() close its connection when an Exception is thrown?

I 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-leak
Searching an ArrayList

I'm working on some legacy code, so cannot use Generic List here. I have an ArrayList being returned from a …

c# asp.net arraylist .net-1.1
How to Close a DataReader on Exception

I have the following code in some methods of my Data Layer: StringBuilder sb = new StringBuilder(); SqlCommand s = new SqlCommand(…

c# .net-1.1 sqldatareader sqlcommand
How to split a string into a fixed length string array?

I have a long string like this dim LongString as String = "123abc456def789ghi" And I want to split it …

.net vb.net string split .net-1.1
web.config batch="false"

What 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.1
Finding out Windows service's running process name .NET 1.1

We 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