Using jQuery for AJAX with ASP.NET Webforms(将 jQuery 用于 AJAX 与 ASP.NET Webforms)
问题描述
任何人都知道一个好的文章/教程的链接,用于开始使用 jQuery 进行 AJAX 调用而不是 ASP.NET AJAX?我试图避免在这个应用程序中完全使用 UpdatePanel,这是我过去无法完成的.
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 和 jQuery 达到最大值.
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.
这篇关于将 jQuery 用于 AJAX 与 ASP.NET Webforms的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:将 jQuery 用于 AJAX 与 ASP.NET Webforms
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- C# 中多线程网络服务器的模式 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01