Click here to Skip to main content
15,913,486 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i m developing a windows application in with i have a application server and application client, i need multiple records on client side, for that client sends query to application server and server executes that query on sql server and i have results on server side. now the problem is that i have to send that data from server to client. i have data in dataset and have to transfer that data to client through LAN.
please tel me how should i do that
Posted

1 solution

You must be sending the query through some method, set the return type of that method as the dataset and it should work.
 
Share this answer
 

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