Calling a simple webmethod from a page with the scriptmanager works
like this:
ret = SimpleService.SayHello(document.getElementById('Text1').value,
OnComplete, OnTimeOut, OnError);
The first parameter is the one expected by the function, and the rest
are callbacks. What is the format for calling a method that takes more
than one parameter?
Fred Chateau - 03 Aug 2007 18:13 GMT
I don't know how to do it, but I'm guessing that you would want to use a
JSON object. You could pass your parameters as properties.

Signature
Regards,
Fred Chateau
fchateauAtComcastDotNet
> Calling a simple webmethod from a page with the scriptmanager works
> like this:
[quoted text clipped - 5 lines]
> are callbacks. What is the format for calling a method that takes more
> than one parameter?