ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1Slider Extender / C1SliderExtender Tutorial / Step 1 of 3: Adding a C1SliderExtender to the Project
In This Topic
    Step 1 of 3: Adding a C1SliderExtender to the Project
    In This Topic

    In this topic you will associate the C1SliderExtender with a TextBox control to create a range between values.

    1. In your Web application, add a standard TextBox control to the main content of  your page and set the Width to 300 and Text to "100; 400".
    2. In Source view, drag a C1SliderExtender control to the page.
    3. Select the C1SliderExtender markup, and in the Visual Studio Properties window, set the TargetControlID property to TextBox1. The markup will look like this:

    <cc1:C1SliderExtender ID="SliderExtender1" runat="server" TargetControlID="TextBox1">

        </cc1:C1SliderExtender>

    Now you can begin setting properties for the C1SliderExtender.