S
Stuart Ferguson
I am currently working on an ASP.Net Querying application which uses a
menu control with all the links going to the same page. Before I
implemented AJAX on this page the end user was able to browse through
the application using the back and forward buttons on the browser
toolbar as each full post back added an entry to the browsers history.
Since the AJAX components (ScriptManager/UpdatePanel) have been
implemented in the page every time a partial post back is performed by
the user clicking on the menu tabs there is no entry written to the
history.
I was wondering if it is possible to force the page entry to be added to
the browsers history by sending the full page to the client (thus
enabling the back/forward buttons) without losing the partial post back
feel (no flickering).
Many Thanks
Stuart
menu control with all the links going to the same page. Before I
implemented AJAX on this page the end user was able to browse through
the application using the back and forward buttons on the browser
toolbar as each full post back added an entry to the browsers history.
Since the AJAX components (ScriptManager/UpdatePanel) have been
implemented in the page every time a partial post back is performed by
the user clicking on the menu tabs there is no entry written to the
history.
I was wondering if it is possible to force the page entry to be added to
the browsers history by sending the full page to the client (thus
enabling the back/forward buttons) without losing the partial post back
feel (no flickering).
Many Thanks
Stuart