ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1WizardExtender / C1WizardExtender Tutorial / Step 3 of 4: Customizing the Wizard
In This Topic
    Step 3 of 4: Customizing the Wizard
    In This Topic

    In this topic you will set some of the properties for the C1WizardExtender control.

    1. Select View | Properties Window in the Visual Studio menu.
    2. Click the drop-down list at the top of the window and select Panel1_WizardExtender.
    3. Set the C1WizardExtender.AutoPlay properties to True.
    4. Set the C1WizardExtender.NavButtons property to Edge. The markup will look like this:

    <cc1:C1WizardExtender ID="Panel1_C1WizardExtender" runat="server"

            TargetControlID="Panel1" AutoPlay="True" NavButtons="Edge">

        </cc1:C1WizardExtender>

    Now run the project to see the wizard.