Showing posts with label Navigation. Show all posts
Showing posts with label Navigation. Show all posts

Thursday, November 26, 2009

Navigation in Page using JS

Use "history.go(-1);return false;" to go back in browser based application.
"history.go(1);return false;" to go forward in browser based application.

How to preserve value at navigation time like on back button show previous selection.

Use Server.Transfer(url, true);
Wheres ture means Preservform value.