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

I want to implement multirangeslider for TimeDuration.

Slider Max value: CurrentTime(Round of 10 minutes like (3.10 if current time is 3.13) and (3.10 if current time is 3.08))
Slider Min Value: last 24 hours from CurrentTime
Slider increment: 10 minutes

After sliding the slider i need pass the time value in minutes(Current time-slider value example: Current time is 3.10, i am sliding the max slider to last 2.50 mintues, so minute value 20 mintues ) to query in the DB and get the data as dataTable and populate the graph by binding the Datatable to Chart control.

I referred this article.

ASP.NET AJAX MultiHandleSliderExtender
[^]


I am new to C#. I am not able to understand the above example.
Please give me some suggestion or Example code.


Thanks in advance.
Posted
Updated 30-May-15 20:38pm
v3

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