Step 2 of 3: Customizing the Slider Bar
In This Topic
In this topic you will set some of the properties for the WijSlider.
- In the Visual Studio Properties window, click the drop-down list at the top of the Properties window and select WijSlider1.
- Set the Range property to True. This will create a styleable range element between the two text values, 100 and 400, you set in the TextBox in Step 1.
- Set the Max property to 500 to set the maximum value on the slider. The markup for the WijSlider will now look like this:
<cc1:WijSlider ID="SliderExtender1" runat="server"
TargetControlID="TextBox1" Range="True" Max="500">
</cc1:WijSlider>
Now run the project to see the formatted slider.