ASP.NET Web Control for Progressing Bar

时光总嘲笑我的痴心妄想 提交于 2019-12-08 06:11:35

问题


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


回答1:


You can use jquery plug in for this check the following links

http://docs.jquery.com/UI/Progressbar

jQuery.UI ProgressBar Widget



来源:https://stackoverflow.com/questions/4930815/asp-net-web-control-for-progressing-bar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!