Hi All,
I've implemented the ASP.NET Calendar control. I'm using it to show events happening in the area.
THE PROBLEM
Today is August 18th, so when the calendar loads, August is selected as the current month. If I navigate to say October, and then navigate to another page and then try to go back to the page with the Calendar by clicking the browser Back button, the Calendar resets back to August, instead of remaining at October.
Can anyone recommend how I may circumvent this?
Thanks!