[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Returning ArrayList from WebMethod, best practices

Alex Agranov

7/16/2003 12:59:00 AM

I want to return an ArrayList of items each item is a Hashtable representing
a database row returned from calling a SPROC. Whenever the web service
returns the ArrayList back to the WebApp, I get HttpUnhandledException. Is
this a known problem?