I have a report where I am using jquery ui's datepicker for the start and end dates for the report data.
When a user pages through the data, I want the maintain the date ranges on the picker.
How can I do this?
Say I modify the url's for the next/previous buttons based on the values of the datepicker, how would I reset the datepicker values?
I would have to do it programatically i.e. inject javascript code that set's the datepicker, is that the best way?
I am using asp.net mvc