ASP.NET Calendar control: HowTo stop resetting calendar when navigating Back in the browser
Posted
by user125873
on Stack Overflow
See other posts from Stack Overflow
or by user125873
Published on 2009-08-18T15:46:22Z
Indexed on
2010/04/12
6:03 UTC
Read the original article
Hit count: 293
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!
© Stack Overflow or respective owner