| Thread | Last Post | Replies |
|
| ADO.Net Update | 13 Feb 2005 10:21 GMT | 1 |
I need to execute sql statements against a "DataTable" not the database. For example i need to update certain rows. One possible way was to use select rows and then loop through and update. is there a better way,
|
| can't run asp server | 13 Feb 2005 05:05 GMT | 1 |
after installing latest hotfix kb886903, i can't debug. message is: "unable to start debugging on the web server! could not start asp.net or atl server"
|
| System.Messaging namespace missing in VB.NET? | 13 Feb 2005 04:23 GMT | 1 |
After spending a little time reading the documentation, I attempted to add some messaging code to my VB.Net project, only to discover that I couldn't get past my Imports System.Messaging
|
| geocities add | 12 Feb 2005 23:39 GMT | 1 |
does anyone know the code to remove/disable the geocities add?? Posted Via Usenet.com Premium Usenet Newsgroup Services ---------------------------------------------------------- ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
|
| Is it possible to Convert Borland C++6 to visual.net ? | 12 Feb 2005 20:10 GMT | 1 |
I have a project that uses VCL with Tee chart support and other external controls. There are quite a few persnoal reasons for converting this over to visual.net and would like to know if it is possible.
|
| Help on TreeNode binding data ?? | 12 Feb 2005 20:01 GMT | 3 |
I ma collected data from a CSV file and build dataset based on those data. I would like to bind this dataset to a treeview control in order that nodes gets displayed automatically based on my dataset column name. Does anyone could help me how to do this ?
|
| knowing when data sent so i can close the streamwriter and networkstream | 12 Feb 2005 19:18 GMT | 1 |
i would like to konw when the data sent so that i can close the streamwriter and networkstream is there some sort of call backs/events i have to implement for this to work? if so how? can i just open neworkstream and streamwriter, send data and then close it syncrhronously or do i ...
|
| Checkbox in Datagrid column | 12 Feb 2005 18:09 GMT | 2 |
Anyone have a simple explanation for putting a checkbox onto a datagrid for one of the columns? Thanx in advance, Poe
|
| native .NET Microsoft Script Control ? (especially the Eval method) | 12 Feb 2005 18:06 GMT | 1 |
Is there a native .NET equivalent of the Microsoft Script Control, particularly the Eval method? See here: http://www.devx.com/vb2themax/Tip/18773 It works great - it even compares string expressions. I just would
|
| boolean logic parser - need help | 12 Feb 2005 17:05 GMT | 5 |
Has anyone worked on code that that can parse evaluation expressions (could be numbers or strings) like ( ( "dog" = "dog" ) or "foo" = "bar" ) and ("cow" = "bat" and "bye" = "hi") or ("math" = "fun")
|
| allowable Encryption for countries | 12 Feb 2005 14:36 GMT | 1 |
I have a web application enforcing IE to use 128 bit encyption. I've been told that it is to be accessed from Europe now. Does anyone know where I can find information on countries and allowable encyption stregths.
|
| Passing in a variable using a query string | 12 Feb 2005 10:37 GMT | 2 |
I haven't done any web work for over a year and for the life of me I cannot remember how to use a query string in a URL. I want the link to be page.aspx?ID=1 then pass 1 into a query like this select * from table where id = "query string value"
|
| Threading - Merging a spawned thread with the main thread | 12 Feb 2005 09:18 GMT | 1 |
I'm having a major problem with threads. I have a main application that dynamically loads plugins. One of the plugins receives SMS messages in a seperate thread. When an SMS comes in I need to display an MDI Child form within the Main Application workspace. The
|
| Microsoft's "Dies Patchae" Break .NET/COM interoperability. | 12 Feb 2005 03:50 GMT | 1 |
Check out the Microsoft support groups post this weekend. The weekend of "patches". They seem to have broken COM/.net interop on W2K. .Net apps calling any COM component are met with nasty, unresolvable
|
| log4net and ChainSaw | 11 Feb 2005 22:35 GMT | 1 |
does anyone use log4net and ChainSaw or LumberMill for viewing the logs? If so, can someone give me a hint for configuring log4net and Chainsaw. I've read something mystic about UDPAppender, but
|