AJAX控制工具包的评级控制
我想使用 AJAX Control Toolkit
的评级控件,并且不需要其中的其他控件。由于连接速度较慢,加载整个 DLL 需要花费大量时间。有没有办法只获取评级控件和编辑器控件的DLL?
I want to use rating control of AJAX Control Toolkit
and don' t need other controls in it. Loading the whole DLL take lots of time with slow connections. Is there any way to get DLL of rating control and editor control only?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信有一种方法可以下载 AJAX 控件工具包的源文件,然后您可以将其剥离并仅使用评级控件。
或者,您可以使用 jQuery 插件替代方案:
http://www.fyneworks.com/ jquery/star- rating/
两者都只在启用 javascript 时才起作用,而且我相信 AJAX Control Toolkit 评级控件有一个 bug,在点击时页面会跳到顶部。
I believe there is a way of downloading the source files for the AJAX Control Toolkit which you could then strip and just use the Rating control.
Alternatively, you could use something like a jQuery plugin alternative:
http://www.fyneworks.com/jquery/star-rating/
Both only work when javascript is enabled, and I believe the AJAX Control Toolkit Rating control has a bug in which the page will skip to the top onclick.