Wednesday 15 October 2008

Enabling the Back/Forward button with ASP.net AJAX

So we're building this new web site and it's an upgrade to one we have before. Basically redeveloping from the ground up making it more user friendly, better design etc. Anyways, one of the problems with ASP.net AJAX is that eventually you're going to have problems with the back/forward buttons being as they won't relate to the series of actions the user has done on the page.

Done a quick search and found this which works a treat. Took 10 minutes to implement...
http://www.nikhilk.net/UpdateControls.aspx

Enjoy :)

No comments: