| Thread | Last Post | Replies |
|
| Programmatically checking a DataGridViewCheckboxCell | 01 Oct 2006 00:26 GMT | 2 |
I can't for the life of me figure out how to check or uncheck a cell programmatically. I've looked in Lutz's reflector to see how the control is doing it and it calling an UpdateButtonState method that I don't have access to.
|
| SQL Connection Query | 01 Oct 2006 00:07 GMT | 1 |
I have a windows application in VB.net which creates a dataset and updates the dataAdapter by connecting to the SQL Server 2005 and sends the dataset as a parameter to my webService.My code is Dim strCon As String
|
| WebServices Query | 30 Sep 2006 20:22 GMT | 1 |
I have a device application with a database in it.I want to push the tables from this database to the one in Remote SQL Server.I have written the both the devce and the Windows application in VB.net. The methods to accomplish the aboce are RDA,WebServices,Replication.
|
| How to pass a Dataset as a parameter to a WebService | 30 Sep 2006 19:17 GMT | 2 |
I need to pass a DataSet from my windows application in vb.net to a webservice . Thanks In Advance
|
| Error opening database | 30 Sep 2006 17:56 GMT | 1 |
I've developed a test application on my PC that uses the JET Engine. The connection string is very basic and is constructed as follows: connectionString = String.Format("Provider=Microsoft.Jet.OLEDB.4.0;Data Source='{0}'", modelName);
|
| Compaq and Restore Disks | 30 Sep 2006 16:57 GMT | 2 |
I am working on a PC for a co-worker who either never received restore disks or lost them. I know there is supposed to have been a lawsuit over this with Compaq and some models. I have a request into Compaq for restore disks but if they won't give them or this model is not a ...
|
| HTMLTextWriter... and to read? | 30 Sep 2006 15:25 GMT | 2 |
I'm using dotNET 1.1 and I found this wonderful class, HTMLTextWriter, which is half of what I need :D I also need an HTMLTextReader but, judging from the help files, it's not there. Any suggestion on what the correct class name may be?
|
| Cursor Position of WebBrowser control | 30 Sep 2006 06:46 GMT | 3 |
Is it posible to get/set the cursor position of the webbrowser control? With a regular text box you can use the SelectionStart property. Any help would be greatly appreciated.
|
| Defragmenting RAID 1 drives | 30 Sep 2006 05:46 GMT | 3 |
I have two 320 Gb. SATA drives hooked up to mirror each other. When I access the Windows 'Defrag' module it shows one drive in the GUI. My question is: Do I have to break the mirror volume before defragging these drives or can I just run DEFRAG on the mirrored volume as is and ...
|
| ASP.NET web farm with Oracle - design and deploy | 29 Sep 2006 22:27 GMT | 1 |
We have a web application running on classic ASP, where the session is maintained in the Oracle DB, so every page redirect/form submit can switch servers without any problem we are looking now at writing a .NET application on the farm using same
|
| IoC Container | 29 Sep 2006 19:11 GMT | 1 |
I am looking for a lightweight Inversion of Control container for .NET 2.0. Do you guys have any suggestions. I have used the Spring Framework in Java before but I was looking for something more like PicoContainer for .NET. What do you guys think?
|
| .Net 2.0 Hashtable Insert Failed. Load factor too high | 29 Sep 2006 16:26 GMT | 1 |
I am currently getting System.InvalidOperationException: Hashtable insert failed. Load factor too high error. I noticed that this only seems to happen, when we are trying to do run a Stress Tool with a few users(5-10). I know this is a known issue in .net 1.1, but there seems ...
|
| Trying to use an Ldap-Connection (VS2005, C#, .Net 2.0) | 29 Sep 2006 13:32 GMT | 1 |
I try to read some data from a server using LDAP with the System.DirectoryServices.Protocols types. I startet with: ... string server = "servername.intern.MyCompany.de:52000";
|
| Directory (LDAP) search error 0x8007203A | 29 Sep 2006 13:29 GMT | 5 |
I'm trying to read some data with C# in .NET 2.0. I'm using the Directory classes as follows: ... DirectoryEntry entry = new DirectoryEntry();
|
| Is al.exe redistributable? | 29 Sep 2006 08:11 GMT | 1 |
We have a utility that creates a resources.dll on the users computer. Can anyone tell me if .Net Framework SDK tools, like al.exe, can be distributed with .Net applications? Thanks,
|