data from client into hashtable on server
C#
1
Posts
1
Posters
0
Views
1
Watching
-
i am working on an application in which i want to get user login information from client pc and save this information on server in a hashtable and then broadcast this hashtable data to all clients in a LAN and this data should be store in a listviewbox so that next time i can select a user informtion from the listviewbox. Please if some body have any solution.