Can someone please tell me how I can invoke a ASP.NET codebehind method from client-side JavaScript?
Thanks
I've always used Page Methods. They are pretty good.
You can read the blogpost by Dave for step by step tutorial: http://encosia.com/2008/05/29/using-jquery-to-directly-call-aspnet-ajax-page-methods/