Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

I want a Slider Scroll Bar move in horizontally with 10 interval min value 100 and max value 500. Every change of scroller value another value get from database and that value display on label.

What I have tried:

currently i am using Ajaxtoolkit Sliderextender but it is not working properly some times it will move 3 steps and some times 10 steps



<asp:ScriptManager ID="ScriptManager1" runat="server">
<ajaxToolkit:SliderExtender ID="SliderExtender1" runat="server" TargetControlID="TextBox1" Length="500" Steps="40" Minimum="100" Maximum="500" EnableHandleAnimation="true" BoundControlID="Label1" />
<asp:TextBox ID="TextBox1" runat="server" >
<asp:Label ID="Label1" runat="server" Text="Label" AssociatedControlID="TextBox1">
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900