Using jQuery for AJAX with ASP.NET Webforms

Mark Struzinski picture Mark Struzinski · Oct 14, 2008 · Viewed 92.7k times · Source

Anyone know of a link to a good article/tutorial for getting started using jQuery for AJAX calls rather than ASP.NET AJAX? I'm trying to avoid using UpdatePanels entirely in this app, which I haven't been able to accomplish in the past.

Answer

Steve Nelson picture Steve Nelson · Nov 7, 2010

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.