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

I am using ajax slider extender in my application.

I want to show sales for last 365 days. Please help me to get slider range from 365 to 0.

Currently I am using the below code:
<asp:SliderExtender ID="SliderExtender1" BehaviorID="TextBox2" BoundControlID="textbox1" EnableHandleAnimation="true" runat="server"  TargetControlID="TextBox2" Minimum="0" Maximum="365">
</asp:SliderExtender>


Please help. Thanks in advance
Posted

1 solution

 
Share this answer
 
v2
Comments
srmohanr 25-Sep-14 6:40am    
Hi Sibeesh, thanks for your reply. That seems to be a licensed version. Can you please tell me it is possible using ajax slider.
[no name] 25-Sep-14 6:56am    
See my updated answer . last link may help you

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