In this ProgressBar for ASP.NET AJAX quick start, you will learn how to use a C1ProgressBar in conjunction with an AJAX Timer control. The Timer control will throw a Tick event every second; each time the Tick event is thrown, the progress bar’s status indicator will leap forward by five percent. When the status bar fills, the Timer control will be disabled and the progress bar’s label will display a “Task Completed!” message.
To begin this quick start, start with the steps in Step 1 of 4: Creating the Project and Adding Controls.
Step 1 of 4: Creating the Project and Adding
Controls
Step 2 of 4: Configuring the Controls
Step 3 of 4: Coding the Project
Step 4 of 4: Running the Project
|