Step 1 of 3: Creating the Project and Adding Controls
In This Topic
In this step of the quick start, you will create your ASP.NET Web site project and add a C1ProgressBar and two Button controls to the page.
- Create a new ASP.NET Web site.
- Click the Design button to enter Design view.
- Double-click the C1ProgressBar icon in the Visual Studio Toolbox to add the control to your page.
- Add two standard Button controls, setting the Text properties to Start and Stop respectively, so the page looks similar to the following example:
See Also