Using jQuery for AJAX with ASP.NET Webforms Using jQuery for AJAX with ASP.NET Webforms asp.net asp.net

Using jQuery for AJAX with ASP.NET Webforms


The most complete article I've ever found about this topic

http://www.codeproject.com/KB/ajax/AjaxAndAspNET.aspx

It avoids update panel, script manager and viewstate.


Damien Edwards just gave an awesome talk on this topic at the recent MIX11 conference. You can watch the video online and download his code. He developed a jquery-UI extenders project that works the same way that ASP.NET AJAX toolkit works, but just extends normal controls/tags/elements with jQuery functionality. The project is on CodePlex.