ComponentOne ProgressBar for ASP.NET Web Forms
Quick Start / Step 1 of 3: Creating the Project and Adding Controls
In This Topic
    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.

    1. Create a new ASP.NET Web site.
    2. Click the Design button to enter Design view.
    3. Double-click the C1ProgressBar icon in the Visual Studio Toolbox to add the control to your page.
    4. 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