ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1Slider Extender / Setting C1SliderExtender's Thumbs
In This Topic
    Setting C1SliderExtender's Thumbs
    In This Topic

    C1SliderExtender supports setting bounds. This allows users to set an upper bound and a lower bound by inputting two values.

    1. Create a new ASP.NET Web application.
    2. In your Web application, add a standard TextBox control to the main content of  your page.
    3. In Source View, drag a C1SliderExtender control to the page.
    4. Select View | Properties from the Visual Studio menu and find the TextBox1_C1SliderExtender in the drop-down list at the top of the Properties window.
    5. Locate the C1SliderExtender.Value property in the Properties window and set it to 2.
    6. Locate the C1SliderExtender.Values property in the Properties window and set it to  3, 95.
    7. Press F5 to run your program. Note that although there are two thumbs on the slider, there is no stylable range element between them.