| Thread | Last Post | Replies |
|
| a Mod b | 14 Jul 2007 15:02 GMT | 1 |
|
| Is it possible to turn off "HTTP Keep-Alive" globally in app.config? | 14 Jul 2007 13:54 GMT | 4 |
Days ago, I post a question on how to make SoapHttpClientProtocol instance make new TCP connection for each web service request. Now, I found how. SoapHttpClientProtocol has a protected method GetWebRequest(System.Uri
|
| Multiple file select and upload help | 14 Jul 2007 09:02 GMT | 1 |
App type: Web, asp.net 2.0 C# I have to create a feature on this app to allow users to browse>select multiple files>upload selected files to the server. Does anyone have any ideas?
|
| C# OLE DB sample? | 14 Jul 2007 05:28 GMT | 6 |
I am learning how to use C# to implement an OLE DB provider (a simple one which is based on CSV file format). I can not find any samples from MSDN (all samples are C++). Any reference materials?
|
| DataGridView - problem with custom coloring | 13 Jul 2007 22:02 GMT | 5 |
I need to be able to custom color background of cells. When I do DataGridViewCell.Style.BackColor = Color.Yellow; It works properly as with any other enumerated color.
|
| Changing header color of DataGridTextBoxColumn? | 13 Jul 2007 21:54 GMT | 1 |
How can I change the header color of a DatagridTextBoxColumn? It's for a Windows application. VS2005. Thanks.
|
| need advice on domain book purchase | 13 Jul 2007 21:32 GMT | 3 |
I'm new here and this is my first post I have been learning how to make money from domain names for a coupl of months, and have been desperately trying to find a helpful ebook o the subject.
|
| DataGridView column order? | 13 Jul 2007 21:14 GMT | 6 |
I am playing around with the DataGridView control, and am curious if anyone knows how the default order for columns is chosen when the DataSource is a simple IList containing objects with public properties? I assume that when you bind to an actual database data source, the order ...
|
| Updating data to datagridview | 13 Jul 2007 21:01 GMT | 1 |
How can i update the data in my database directly through datagridview....? Can anyone tell me the appropriate links and what is the exact event in datagridview that handles it and some explanation abut how to handle it.
|
| use SaveFileDialog in Class Library Proj w/o a Form - possible? | 13 Jul 2007 19:46 GMT | 3 |
I want to create a class library project (dll) for use with a com app. The idea is to use .Net objects in com. I also want to include a SaveFileDialog in the class library. Is it possible to include a SaveFileDialog object in my library project without having to include a form ...
|
| Convert string to datetime | 13 Jul 2007 19:37 GMT | 5 |
I have string 20070502144551 and I would like to convert this to datetime: 2007-05-02 14:45:51 Is there some function? Regards,Simon
|
| Hardcoding database primary key in switch statement / Design, Dependency issue | 13 Jul 2007 19:35 GMT | 6 |
I have a bit of a design issue around this application I am developing, and I just want to run it through some of the brains out here. So I have a table called ErrorCheck which contains fields ErrorID (PK)
|
| how to convert data from string to nibble | 13 Jul 2007 16:18 GMT | 8 |
i need to convert data from string to nibble wich (nibble is a four bits representation) As example i have the following code string data1 = "12345678";
|
| How to instantiate a particular TimeZone? | 13 Jul 2007 15:59 GMT | 2 |
Hi to everybody I'm working with dates and time, and I can't find the way to determine the time in a generic TimeZone. Here's an example of what I'd like to do:
|
| Control file executions | 13 Jul 2007 15:58 GMT | 2 |
I want to monitor what all files are executed on the client machine remotely. Can I control the execution of lets say internet explorer from the server? If yes, can you please provide some links/steps to do that.
|