Click here to Skip to main content
15,886,752 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how can connect more than one client to one server using windows form in asp dot net with c sharp
Posted
Comments
BobJanova 16-Jun-11 8:48am    
'using windows form in asp dot net'
This doesn't make sense. An application uses one or the other (or WPF or some alternative technology), not both.

An ASPX web server can automatically serve multiple clients simultaneously.
Sergey Alexandrovich Kryukov 16-Jun-11 12:28pm    
Agree, but I answered anyway -- to the code problem.
--SA
Sandeep Mewara 16-Jun-11 9:22am    
"using windows form in asp dot net with c sharp" - No idea!
Sergey Alexandrovich Kryukov 16-Jun-11 12:28pm    
Agree, but I answered anyway -- to the code problem.
--SA

1 solution

Don't mix up different concerns. This is not related for Forms. ASP.NET is also something different. Let's forget it, go to the essence of the problem.

You can find pretty much detailed skeleton of such application in my past solution:
Multple clients from same port Number[^].

—SA
 
Share this answer
 
v2
Comments
Sandeep Mewara 16-Jun-11 13:26pm    
:)
Nothing less than a 5 would do!
Sergey Alexandrovich Kryukov 16-Jun-11 13:37pm    
Thank you, Sandeep.
--SA

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