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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top