C1Slider supports bound settings where a user can input values that indicate the upper and lower bound. This topic will walk you through creating a bound setting in Design View and in Source View.
Add Values="25,50"
to the <cc1:C1Slider>
tags so your markup resembles the following:
Copy Code
|
|
---|---|
<cc1:C1Slider ID="C1Slider1" runat="server" Values="25,50"><cc1:C1Slider /> |