ASP.NET Web Control for Progressing Bar

1.5k Views Asked by At

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 4enter image description here

The idea is smt like this

1

There are 1 best solutions below

1
On BEST ANSWER

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

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

jQuery.UI ProgressBar Widget