Click to See Complete Forum and Search --> : Client Server in C#


Mrithula
March 5th, 2009, 07:57 AM
Hi
I have written code for the Udp client server communication..It works well.The problem is that the server sends and receives the message but simply closes when i click a button to send the message so im unable to view the message displayed on the server..I have attached the server code..please tell me what change should i make to keep the server alive.Thanks for any help in advance

toraj58
March 6th, 2009, 11:30 AM
i saw your code...i don't understand why you don't have if condition in your loop and never you set done to true?