I have two pages. on the first page user select some filters and press search button then user navigates to the second page. On the second page user will see a grid and he will perform some tasks there.
Now the user needs to go back to the first page on one click with out using the browser back button. since the user perform some tasks in the second page which posts backs occur user can not go to the first page from one click on the browser back button.
user also needs the state of the first page to be same as when he selects the filters and press search.
How can i achieve this?