Using jQuery for AJAX with ASP.NET Webforms

asp.netJqueryAjaxWebforms

asp.net Problem Overview


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.

asp.net Solutions


Solution 1 - asp.net

The most complete article I've ever found about this topic is ASP.NET and jQuery to the Max.

It avoids update panel, script manager and viewstate.

Solution 2 - asp.net

Solution 3 - asp.net

Damien Edwards just gave an awesome talk on this topic at the recent MIX11 conference. You can watch the video online (archived - click any download links below the player) 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 (archived).

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMark StruzinskiView Question on Stackoverflow
Solution 1 - asp.netSteve NelsonView Answer on Stackoverflow
Solution 2 - asp.netazamsharpView Answer on Stackoverflow
Solution 3 - asp.netEric FalskenView Answer on Stackoverflow