how to establish the connection client and server application
I have two window application and one is server application and another is client application,In server application generate the value in TextBox which i passed the client application in TextBox.I mean to say when client application run then the value of theTextBox of server side is show in client side
Sukesh MarlaPosted Oct 8, 2012, 4:37 PM
Check this link
http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCAQFjAA&url=http%3A%2F%2Fwww.codeproject.com%2FArticles%2F10649%2FAn-Introduction-to-Socket-Programming-in-NET-using&ei=VDlzUPLvMILJrAeP0YDoAg&usg=AFQjCNE_SbxeBFKlHqq26wEPChbZjhMXxw&sig2=bUIiJcqkXPaQCWvZ3jDuDQ
Check this is correct answer if it helped.