| Thread | Last Post | Replies |
|
| deserialize an object serialized in c | 13 Oct 2004 01:59 GMT | 1 |
Is it possible to deserialize an object which was serialized in c/c++? If so, how? Regards, Chris
|
| Input from a CSV file double quotation mark proglem | 13 Oct 2004 00:36 GMT | 5 |
I have been banging my head over a problem that I am having reading a comma seperated file (CSV) that can contain from 1 to 10,000 records. My code snipit is as follows: **Start code snipit**
|
| .Net Debug Not Breaking and Duplicate File Issue | 12 Oct 2004 23:37 GMT | 1 |
Hi, I've hit a very weird bug... I developed an application (App1) and had it under source control (Rational Clear Case). I then created a new application (App2). Now when I set a break in App2 the debugger does
|
| URL Rewriting - problems with postbacks | 12 Oct 2004 22:23 GMT | 6 |
I am experimenting with URL Rewriting using the techniques outlined by Scott Mitchell in his article "URL Rewriting in ASP.NET" (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/htm l/urlrewriting.asp).
|
| Build error when changing max or min size of form | 12 Oct 2004 21:11 GMT | 1 |
Changing the max or min size of a form can be in code, but if I do that then it causes build errors in my application. The build error is: Expression is a value and therefore cannot be the target of an assignment. If the program is run in spite of the build errors then we see ...
|
| Structure declaration - use of structure | 12 Oct 2004 20:02 GMT | 3 |
Newbie to donnet This is an example of a structure given in vs.net help ============================ Private Structure Employee
|
| multi selection in textBox | 12 Oct 2004 19:29 GMT | 1 |
i have a form with some textBoxes how can i select all the text that in this textBoxes (like "select all")? because now only one can be selected... thanks in advanced
|
| load a dropdownlist in VB when the edit is clicked in a datagrid P | 12 Oct 2004 18:59 GMT | 1 |
I am trying to load a dropdownlist in VB when the edit is clicked in a datagrid. How do i call Sub loaddd to load the dropdownlist <asp:TemplateColumn runat="server" HeaderText="Id Type Option" SortExpression="IdTypeOption">
|
| HTTPWebrequest foreign characters are excluded in the response stream. | 12 Oct 2004 18:26 GMT | 9 |
I am using HTTPWebrequest object to download google results. in the response stream I am not getting some foreign characters eg. If I search "signo de pregunta", all the spanish characters are missing in response stream.
|
| Reproducible DataGrid problem | 12 Oct 2004 17:46 GMT | 1 |
VS.NET 2003 , .Net Framework 1.1 SP1 Create a new WinForms project with one form. on the form place a DataGrid and a TextBox. (Just use the default names)
|
| Service depends on SQL Server | 12 Oct 2004 17:29 GMT | 9 |
I have a Windows service that is having trouble starting up at boot time. It requires SQL Server to start up. I have added MSSQLSERVER to the service dependencies (as explained in http://tinyurl.com/5s7kx) but that doesn't help. I changed the dependency from MSSQLSERVER to ...
|
| Help needed with a datatable | 12 Oct 2004 17:05 GMT | 8 |
I am trying to add some code to below to include a datatable and fill the datatable. The reason for doing this is so as I can check to see whether there are any rows returned by the stored procedure. If there are no records returned then this would give me an indicator and I can ...
|
| font colour for disabled or read only textbox | 12 Oct 2004 16:49 GMT | 3 |
I have a textbox that needs to have red font. I also want it set to enable=false, or else 'read-only'. When I change to either of these settings, the font turns black. Is there a way around this?
|
| Windows Service and Recovery | 12 Oct 2004 15:25 GMT | 1 |
I have a service which I create in vb.net. I'm trying to use the Recovery feature of Windows 2000/XP to restart the service if it fails to start. Looks like there are some steps that a service must perform for this feature to work, like settings the value of WIN32_EXIT_CODE. Does ...
|
| Strange behaving XMLHTTP | 12 Oct 2004 15:20 GMT | 3 |
I am trying to get the content of any webpage (URL) using XMLHTTP, and it is working fine for me, but suddenly I have got a URL "http://www.bizrate.com/" which is causing a system error and the error is
|