Using jQuery for AJAX with ASP.NET Webforms
问题 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. 回答1: 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. 回答2: Here are few links: A Look Into JQuery API http://gridviewguy.com/Articles/407_A