Results 1 to 2 of 2

Thread: Client Server and ListView-Help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2004
    Posts
    97

    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

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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
  •  



Click Here to Expand Forum to Full Width