| Wijmo Control Toolkit Extender Controls > C1ComboBox Extender > C1ComboBoxExtender Tutorial > Step 2 of 4: Adding a C1ComboBoxExtender to the Page |
In this step, you will add a C1ComboBoxExtender control to associate with the DropDownList to create the combobox.
<wijmo:C1ComboBoxExtender ID="C1ComboBoxExtender1" runat="server" TargetControlID="DropDownList1">
</wijmo:C1ComboBoxExtender>
Now you can begin setting properties for the C1ComboBoxExtender to format the DropDownList.