Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys I am working on a client server application in which I need to send the dataset set object from server to the client through socket.
I want to pass that dataset object as string to the client & then on the client side convert the string back into dataset object so that I can use it datagrid.

Please help me guys .........
Posted

1 solution

You could Serialize it, but that may be slow. There is a description of how and a work around for that here: MSDN[^]
 
Share this answer
 
Comments
Pritam N. Bohra 17-Apr-11 3:23am    
thank you bro I'll try & let you whether it work

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900