| Wijmo Control Toolkit Extender Controls > C1Slider Extender > C1SliderExtender Tutorial > Step 1 of 3: Adding a C1SliderExtender to the Project |
In this topic you will associate the C1SliderExtender with a TextBox control to create a range between values.
<wijmo:C1SliderExtender ID="SliderExtender1" runat="server" TargetControlID="TextBox1">
</wijmo:C1SliderExtender>
Now you can begin setting properties for the C1SliderExtender.