| Thread | Last Post | Replies |
|
| DataTable | 15 Jul 2005 02:13 GMT | 8 |
I need save data from DataTable to XML file. Is there any standard method do that? Thanks a lot
|
| How to catch the enter key of TestBox in datagrid | 15 Jul 2005 02:07 GMT | 7 |
How to catch the enter key of TestBox that DataGrid hits ?
|
| How to insert new line, other characters in a string? | 14 Jul 2005 23:36 GMT | 7 |
In VB, I would do this for a new line: str = "text here" & VbCrLf & "more text" For other characters, I would use the ascii code: For example, Chr(34) is a double quote (").
|
| remoting serialization exception | 14 Jul 2005 23:33 GMT | 3 |
I've been following a couple remoting tutorials on the web, they are all pretty much the same. I've got my different applications built(client, server and remote object (dll))
|
| RequiredFieldValidator has no action | 14 Jul 2005 21:16 GMT | 1 |
I want to combine a TextBox and a RequiredFieldValidator into to a web custom control (name RequireTextBox ), But when I use RequireTextBox in web form, the RequiredFieldValidator has no action.
|
| Serialization Exception | 14 Jul 2005 21:11 GMT | 7 |
My project is set up with 1 main form and 2 sub forms declared inside it. Inside the main form i have declared a simulation object (class i wrote), which is passed in as a parameter to constructors of the 2 subforms.
|
| dataadapter update special logic | 14 Jul 2005 20:41 GMT | 3 |
I'm currently planning out a project and I wanted to make sure it's easy to do something (or at least possible). Basically we're going to have a grid reporting off of dataset (with a relative dataadapter). My question revolves around the dataadapter's update ability. First of ...
|
| Accessing Child Controls inside a dataset or datagird | 14 Jul 2005 20:39 GMT | 4 |
Ok fellow C# developers: How do creat an instance of an object inside a dataset or datagrid. Example I need to have a placeholder inside a dataset. Any help would be great.
|
| Code snippets not working | 14 Jul 2005 20:33 GMT | 2 |
My code snippets intellisense seems to have stopped working. If I type "tryf", which is a valid snippet, then press Tab, I'm simply left with the text "tryf". Any ideas?
|
| Lock statement - 2nd question | 14 Jul 2005 20:20 GMT | 3 |
The doc says that the same thread can acquire a lock more than once. My testing STRONGLY suggests that the doc is incorrect. It appears that my thread is blocking on itself. Can anyone confirm that the doc is right or wrong? Thanks
|
| How can I use the null value as the parameter? | 14 Jul 2005 20:18 GMT | 5 |
I had a code like the follow: class A{ ... public void get(int i,params OleDbParameter[] p)
|
| Question on parameter for thread monitor? | 14 Jul 2005 20:15 GMT | 18 |
What exactly is the parameter passed to a thread monitor used for? For example, I might do this: private Object Protect1 = new object(); Monitor.Enter(this.Protect1);
|
| IPC between a windows service and a webservice | 14 Jul 2005 19:49 GMT | 2 |
What is the best/easiest way to setup interprocess communication between a windows service and a webservice? The windows service will be running on the same machine that is hosting the web service. The web service will be calling the windows service to get information
|
| WebProxy IP adress | 14 Jul 2005 19:48 GMT | 2 |
I need to use a Proxy to use a webrequest object, but the proxy is not a URI, is a ip address and a port number... How can I create the WebProxy object??? Or use the proxy in other way???
|
| remoting prob. with references | 14 Jul 2005 19:36 GMT | 4 |
I'm trying to implement this tutorial (http://www.csharphelp.com/bio/luke.html) in my code. When I build, I'm getting compiler error: error CS0234: The type or namespace name 'Tcp' does not exist in the class
|