S
Scott M.
All you can do from the client side is call a page to be loaded. But you
can call the page via a form submission or with a querystring attached so
that new page can look in the form collection or the querystring collection
and based on what is in there, it can fire a method. But, you can't call a
server-side method directly.
can call the page via a form submission or with a querystring attached so
that new page can look in the form collection or the querystring collection
and based on what is in there, it can fire a method. But, you can't call a
server-side method directly.