Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / July 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DataTable15 Jul 2005 02:13 GMT8
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 datagrid15 Jul 2005 02:07 GMT7
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 GMT7
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 exception14 Jul 2005 23:33 GMT3
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 action14 Jul 2005 21:16 GMT1
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 Exception14 Jul 2005 21:11 GMT7
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 logic14 Jul 2005 20:41 GMT3
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 datagird14 Jul 2005 20:39 GMT4
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 working14 Jul 2005 20:33 GMT2
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 question14 Jul 2005 20:20 GMT3
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 GMT5
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 GMT18
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 webservice14 Jul 2005 19:49 GMT2
   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 adress14 Jul 2005 19:48 GMT2
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 references14 Jul 2005 19:36 GMT4
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.