Export to GitHub

reallysimplehistory - issue #2

How does asp.net AJAX Futures history support work?


Posted on Sep 28, 2007 by Quick Lion

ASP.NET AJAX history and back button support, see

http://quickstarts.asp.net/Futures/ajax/doc/history.aspx

This does exactly what many of us are wanting, namely, it provides total control over the back/forward buttons, seemingly without all the oddities of other methods. I've verified that they are doing this entirely via client-side javascript (i.e., the asp maps to javascript code on loading). Does anyone know how they are making this work? Have they simply masked the same notions as RSH, or are they taking advantage of other interfaces that perhaps we could exploit as well?

Comment #1

Posted on Oct 28, 2007 by Happy Lion

(No comment was entered for this change.)

Comment #2

Posted on Nov 5, 2007 by Happy Lion

On first glance, this looks like the ASP history manager that Bertrand Le Roy blogs about here:

http://weblogs.asp.net/bleroy/archive/2007/09/07/how-to-build-a-cross-browser-history-management-system.aspx

Closing this issue as it's not an RSH bug but a request for comment/info.

Status: Invalid

Labels:
Type-Defect Priority-Medium