Advertisement

1 - 10 of 133 containing alltags:("VB.Net,C#") (0.002 seconds)
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 ...
Zones: MS Visual Basic, .NET, C#Date Answered: 01/03/2008 Grade: A Views: 9
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.  
Zones: MS Visual C#, MS Visual Basic, .NET Frame...Date Answered: 02/14/2008 Grade: A Views: 24
Hi i have a following method Public Function Bind() As DataSet      Dim sqlConn As SqlConnection = New SqlConnection(CManager.AppSettings("ConnectionString"))      Dim adapter As SqlDataAdapter...
Zones: C#, Visual BasicDate Answered: 01/30/2008 Grade: A Views: 18
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...
Zones: MS Visual BasicDate Answered: 04/05/2008 Grade: A Views: 0
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 ...
Zones: C#, MS Visual Basic, MS Visual C#Date Answered: 02/20/2008 Grade: A Views: 0
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?
Zones: ASP.Net Programming, C#, .NET...Date Answered: 02/18/2008 Grade: A Views: 8
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...
Zones: Visual Studio, ASP.Net Programming, .NET Framework ...Date Answered: 02/25/2008 Grade: B Views: 0
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...
Zones: MS Visual Basic, .NET, MS Visual C#Date Answered: 02/28/2008 Grade: A Views: 261
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...
Zones: .NET, MS Visual Basic, MS Visual C#Date Answered: 03/19/2008 Grade: A Views: 101
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...
Zones: Visual Basic, .NET, C#Date Answered: 05/02/2008 Grade: A Views: 0