VB.NET <webmethod> Returning a string() array

  • Thread starter Thread starter adh
  • Start date Start date
A

adh

In c# you can return a String() but in VB.NET2005 it does not work (the
webservice test sends to the error page).
See MS AJAX Controls Toolkit.Autocomplete which demands a String()
reply.

I prefer doing it in VB but how?

Thanks, adh
 
What error are you getting. AFAIK, returning a string array from a webmethod
should not result in any errors.
 
Adh,

I don't know if it is still there in VB2005, version 2003 started always
with a kind of Hello World sample, so it will be weird if it does not work
anymore.

Cor
 
Back
Top