Results 1 to 2 of 2

Thread: Observable Collection to Web Service

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2004
    Location
    INDIA
    Posts
    76

    Observable Collection to Web Service

    Hi,

    There is a class (Books) in the client side which has the following properties Name,Author,DateofPurchase,price.

    Observable collection of the books is passed from the client to a Webservice. Please can someone point me to a direction of creating a webservice to handle the observable collection.

    Thanks!
    IBM poster explaining virtual memory 1978

    If it's there and you can see it--it's real
    If it's not there and you can see it--it's virtual
    If it's there and you can't see it--it's transparent
    If it's not there and you can't see it--you erased it!

  2. #2
    PowerPoster Evil_Giraffe's Avatar
    Join Date
    Aug 2002
    Location
    Suffolk, UK
    Posts
    2,555

    Re: Observable Collection to Web Service

    Don't pass an ObservableCollection, just pass the elements of that collection as a simple list.

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