sacresp

sacresp

  • NA
  • 456
  • 0

Sending an ArrayList from a web service

Feb 23 2004 3:12 AM
How to do it? Do I really have to cast the ArrayList to an array and recreate ArrayList in the client or is there a way to pass it without casts? (I'm using WinForms client)