ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1WizardExtender / C1WizardExtender Tutorial / Step 2 of 4: Adding a C1WizardExtender to the Page
In This Topic
    Step 2 of 4: Adding a C1WizardExtender to the Page
    In This Topic

    In this step, you will add a C1WizardExtender control to associate with the panel.

    1.       Drag a C1WizardExtender control to the form from the Visual Studio Toolbox.

    2.       Set the TargetControlID property to Panel1. The markup looks like this:

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

            TargetControlID="Panel1">

        </cc1:C1WizardExtender>

    Now set some properties to customize the wizard.