jquery:colorbox 和 ajax:ModalPopupExtender 之间的区别
Difference between jquery:colorbox and ajax:ModalPopupExtender
我知道我不能在这里提出建议,但我从任何地方都没有得到任何明确的想法。
我将在我的 asp.net 网络项目中显示一个提交弹出窗口 window。我将把完整的 aspx 页面放在这里。我在 asp.net.
方面不是那么专业
所以我对这些 jquery:colorbox 和 ajax:ModalPopupExtender 感到困惑。任何人都可以帮助我理解这两者之间的区别。喜欢速度,反应灵敏。或者我理解错了。
据我了解,colorbox 主要用于显示图像和在图像之间导航以及幻灯片显示图像。如果我的弹出页面有服务器方法,那么在 colorbox 上会发生什么?
任何人觉得这个问题不合适,请标记关闭。
这是两个相似的插件,但我推荐jQuery Colorbox。
我认为它通常被认为 ASP.NET AJAX Control Toolkit 是多余的。
代码笨拙且突兀。 2007年的时候还不错,现在不行了。
As per my understanding the colorbox mostly used to display images and
navigate between images and slideshow the images. If my popup page has
server methods then what will happen on colorbox?.
正确的做法是使用 AJAX 请求来处理此问题,您可以在不使用 AJAX 控制工具包的情况下自行编写该请求。
我知道我不能在这里提出建议,但我从任何地方都没有得到任何明确的想法。
我将在我的 asp.net 网络项目中显示一个提交弹出窗口 window。我将把完整的 aspx 页面放在这里。我在 asp.net.
方面不是那么专业所以我对这些 jquery:colorbox 和 ajax:ModalPopupExtender 感到困惑。任何人都可以帮助我理解这两者之间的区别。喜欢速度,反应灵敏。或者我理解错了。
据我了解,colorbox 主要用于显示图像和在图像之间导航以及幻灯片显示图像。如果我的弹出页面有服务器方法,那么在 colorbox 上会发生什么?
任何人觉得这个问题不合适,请标记关闭。
这是两个相似的插件,但我推荐jQuery Colorbox。
我认为它通常被认为 ASP.NET AJAX Control Toolkit 是多余的。
代码笨拙且突兀。 2007年的时候还不错,现在不行了。
As per my understanding the colorbox mostly used to display images and navigate between images and slideshow the images. If my popup page has server methods then what will happen on colorbox?.
正确的做法是使用 AJAX 请求来处理此问题,您可以在不使用 AJAX 控制工具包的情况下自行编写该请求。