I was directed here by a blog post written by the original author of
this library.
I have hit a wall where this library is doing something which
regrettably is killing some 3rd party control's functionality and so I
am looking for some help in moving away from this library.
I am looking specifically for how I can callback to a class's Ajax/
webmethod exposed method from some javascript.
It seems that I must have a scriptmanager on the page which is ok. but
it further seems that I need to call a method not on the control/class
but on the page, which is strange.
I would like my server side ajax functionality to be in the control
rather that the page.
Can anyone tell me how to do this?
Thanks very much in advance.