Using jQuery for AJAX with ASP.NET Webforms

2019-01-03 12:10发布

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.

3条回答
混吃等死
3楼-- · 2019-01-03 12:50

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.

查看更多
在下西门庆
4楼-- · 2019-01-03 12:58

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.

查看更多
登录 后发表回答