ProgressBar for ASP.NET Web Forms
Quick Start

In this ProgressBar for ASP.NET Web Forms quick start, you will create an ASP.NET Web site project with one C1ProgressBar and two Button controls. When the Start button is clicked, it fires the RunTask event, and the progress bar will start updating, via the UpdateProgress method, every half second (500 milliseconds). When the Stop button is clicked, the progress bar will no longer update.

See Also