I have a ASP.Net page which includes a search input
- search input takes a value
- button fills a table with data
- each data has a link button to go to another page
- when I press this link I can go to the another page
- when I press back button of the browser it return me again to the search page and the search input still saved the value
I need to create a button when I click it behave as browser back button.