|
-
Mar 5th, 2004, 11:10 AM
#1
Thread Starter
Lively Member
Client Server and ListView-Help
Hi Everybody:
I have created a Multi-Client Server application in C#.I am sending the information from the client to the server.I am storing the information in a ListView on the Server. Now I want to select the information in the ListView and send that selected information back to the client.. My problem is how do I do that? What property, methods in the ListView should I consider to select the information and send it to the Client?
Pls guide...
Rahil
-
Mar 5th, 2004, 02:43 PM
#2
Sleep mode
One approach is to add all the info you need to send in ArrayList object , then send it to the client .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|