| Wijmo Control Toolkit Extender Controls > C1WizardExtender > C1WizardExtender Tutorial > Step 2 of 4: Adding a C1WizardExtender to the Page |
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:
<wijmo:C1WizardExtender ID="Panel1_C1WizardExtender" runat="server"
TargetControlID="Panel1">
</wijmo:C1WizardExtender>
Now set some properties to customize the wizard.