Click here to Skip to main content
15,885,856 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to know.how can we send data set through tcp/ip.plz send me some exmaple too
thaks
jeet bhatt
Posted
Comments
[no name] 21-Jun-12 9:13am    
What have you tried?

1 solution

Refer:
Here you can see a server/client application, by which you can send files using TCP.
Sending Files using TCP[^]

This sample shows the communication techniques between a client and a server application using a Socket class on each side.
Real Time TCP/IP using C#[^]

This example shows how to send and receive data via TCP/IP using Socket in .NET Framework. There are methods Socket.Send and Socket.Receive.
Socket Send and Receive [C#][^]

Similar discussion:
how to send objects or dataset in tcpclient connection using C#[^]

MSDN:
http://msdn.microsoft.com/en-us/library/kwdt6w2k%28VS.71%29.aspx[^]
http://msdn.microsoft.com/en-us/library/ms731810.aspx[^]
 
Share this answer
 
v2
Comments
Jeet Bhatt 21-Jun-12 6:57am    
i already gone through this ....but there r still some problems...client is not able to receive data
Prasad_Kulkarni 21-Jun-12 9:03am    
You must post what you've tried and where exactly getting problem. How could we come to know what you facing, we can't see your screen or code.
Post what you've tried, where you've stuck'd to get appropriate and quick response.
Sandeep Mewara 21-Jun-12 17:01pm    
My 5!
Prasad_Kulkarni 21-Jun-12 23:33pm    
Thank you Sandeep!

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