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.
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.