0
Reply

Sending an ArrayList from a web service

sacresp

sacresp

Feb 23 2004 3:12 AM
1.7k
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)