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.
任何人都知道关于如何使用jQuery进行AJAX调用而不是ASP的文章/教程的链接。净AJAX吗?我尽量避免在这个应用程序中完全使用UpdatePanels,这是我过去无法完成的。
3 个解决方案
#1
6
The most complete article I've ever found about this topic
这是我找到的关于这个主题的最完整的文章
http://www.codeproject.com/KB/ajax/AjaxAndAspNET.aspx
http://www.codeproject.com/KB/ajax/AjaxAndAspNET.aspx
It avoids update panel, script manager and viewstate.
它避免了更新面板、脚本管理器和viewstate。
#2
1
Here are few links:
这里有几个链接:
A Look Into JQuery API http://gridviewguy.com/Articles/407_A_Look_Into_JQuery_Ajax_API.aspx
查看JQuery API http://gridviewguy.com/articles/407_a_look_jquery_ajax_api .aspx。
Using FireBug Profiler to Dig Deep into MS AJAX and JQuery API http://azamsharp.com/Posts/83_Using_FireBug_Profiler_to_Dig_Deep_into_MS_AJAX_and_JQuery_API.aspx
使用FireBug分析器深入挖掘MS AJAX和JQuery API http://azamsharp.com/Posts/83_Using_FireBug_Profiler_to_Dig_Deep_into_MS_AJAX_and_JQuery_API.aspx
On Demand Loading Using JQuery Ajax API http://azamsharp.com/Posts/74_On_Demand_Loading_Using_JQuery_Ajax_API.aspx
使用JQuery Ajax API http://azamsharp.com/Posts/74_On_Demand_Loading_Using_JQuery_Ajax_API.aspx按需加载
#3
0
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.
Damien Edwards刚刚在最近的MIX11会议上就这个话题做了一次精彩的演讲。你可以在线观看视频并下载他的代码。他开发了一个jquery-UI扩展器项目,其工作方式与ASP相同。NET AJAX toolkit是有效的,但只是使用jQuery功能扩展了常规控件/标记/元素。这个项目在CodePlex上。
#1
6
The most complete article I've ever found about this topic
这是我找到的关于这个主题的最完整的文章
http://www.codeproject.com/KB/ajax/AjaxAndAspNET.aspx
http://www.codeproject.com/KB/ajax/AjaxAndAspNET.aspx
It avoids update panel, script manager and viewstate.
它避免了更新面板、脚本管理器和viewstate。
#2
1
Here are few links:
这里有几个链接:
A Look Into JQuery API http://gridviewguy.com/Articles/407_A_Look_Into_JQuery_Ajax_API.aspx
查看JQuery API http://gridviewguy.com/articles/407_a_look_jquery_ajax_api .aspx。
Using FireBug Profiler to Dig Deep into MS AJAX and JQuery API http://azamsharp.com/Posts/83_Using_FireBug_Profiler_to_Dig_Deep_into_MS_AJAX_and_JQuery_API.aspx
使用FireBug分析器深入挖掘MS AJAX和JQuery API http://azamsharp.com/Posts/83_Using_FireBug_Profiler_to_Dig_Deep_into_MS_AJAX_and_JQuery_API.aspx
On Demand Loading Using JQuery Ajax API http://azamsharp.com/Posts/74_On_Demand_Loading_Using_JQuery_Ajax_API.aspx
使用JQuery Ajax API http://azamsharp.com/Posts/74_On_Demand_Loading_Using_JQuery_Ajax_API.aspx按需加载
#3
0
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.
Damien Edwards刚刚在最近的MIX11会议上就这个话题做了一次精彩的演讲。你可以在线观看视频并下载他的代码。他开发了一个jquery-UI扩展器项目,其工作方式与ASP相同。NET AJAX toolkit是有效的,但只是使用jQuery功能扩展了常规控件/标记/元素。这个项目在CodePlex上。