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
基础教程推荐
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- c# Math.Sqrt 实现 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- rabbitmq 的 REST API 2022-01-01