I am loading an object which has several string type properties and several datetime properties. The problem is arising with null values in the database. I obviously cannot set the value type to ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23048144.htm...
Using WMI I can access other servers and pc's execpt our Windows 2003 terminal server. Basic code is as follows. Any help is appreciated. C# code is welcome.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23111154.html
Hi i have a following method
Public Function Bind() As DataSet
Dim sqlConn As SqlConnection = New SqlConnection(CManager.AppSettings("ConnectionString"))
Dim adapter As SqlDataAdapter...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23124017.html
Is there a way to add data to a xml file
When using the default way
xmlDoc.Load(TraceFile)
xmlNodeList = xmlDoc.SelectNodes("//Errors")
It takes foreever to load the...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23125614.htm...
I have a class that I want to create an event handler that fires when the garbage collector cleans it up, or when the class gets disposed. But I am not sure how. What I have is a class that stores ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23162984.html
For the asp.net file upload, I've known two ways of doing it: method 1 and method 2 (refer to the following code)
Question: what are the differences between these two methods?
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23170888.html
Hi. I've got a large asp.net solution which contains 6 projects. There are about 40 dlls in the bin folder.
When I compile the solution and run the application in IE, my average waiting time of ru...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23176...
I have a DataTable object containing data read from a XML file (that I cannot modify).
I have to filter on a field and sort on another one. The Select method let us do that but...
Those 2 fie...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23200492.htm...
Requirements :
1. To create a windows service which sends fax (HTML files) using microsoft fax server
2. Must accept multiple requests and so decided that this would spawn threads for each reque...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23247871.html
Hi guys and girls,
Im trying to capture the title of the active application on a users desktop.
I want to capture the title every time the active application changes.
I can do this using t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23370743.html