AjaxControlToolkit 中不是与 Ajax 相关的控件吗?
为什么 AjaxControlToolkit 包含像 DropShadow 这样与 Ajax 无关的控件真的吗?此类控件仅使用 JavaScript 并且不向服务器发送或从服务器接收任何数据?
Why AjaxControlToolkit contains controls like DropShadow that are not related to Ajax really? Such controls just make use of JavaScript and does not send or receive any data to/from server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,你是对的:它们包含 javascript,而不是“真正的”AJAX。
但“AJAX”现在经常被用来表示“任何使用 javascript/dhtml 来使页面响应更快并避免回发的东西”,而不仅仅是“异步 Javascript 和 Xml”(原始定义)。
First, you are correct: they contain javascript, not "real" AJAX.
But "AJAX" is now often used to mean "anything that uses javascript/dhtml to make a page more responsive and avoid postbacks", not just "Asynchronous Javascript And Xml" (the original definition).