进度条的 ASP.NET Web 控件
我想知道如何创建一个简单的进度条,它可以向用户显示值从 0 到 100% 的变量的友好外观。
该变量已使用我的代码中的方法填充。
你有什么想法吗?
感谢您抽出时间。 我正在使用 C# 和 asp.net 4
这个想法是这样的
I would like to know how can I create a simple progressing bar, that could show to a user a friendly look for a variable with values from 0 to 100%.
This variable has been populated with a method in my code.
Do you have any idea?
Thanks for your time.
I am using C# and asp.net 4
The idea is smt like this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 jquery 插件检查以下链接
http://docs.jquery.com/UI/Progressbar
jQuery.UI ProgressBar 小部件
You can use jquery plug in for this check the following links
http://docs.jquery.com/UI/Progressbar
jQuery.UI ProgressBar Widget