Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get history of previous pages in asp.net? for example i have three pages like (Default.aspx,Default1.aspx, Default2.aspx) and i also have two buttons in all pages like previous and next..


when i click previous button in Default2.aspx page i need to get Default1.aspx page history after that i click previous button in Default1.aspx page i need to get the history of Defauil.aspx page.
Posted

1 solution

Your questions looks similar to post of Roy Oliver...please check and revert back....
Retrieving the previous page in history instead of the PostBack page[^]

if not then have look at this link
Navigate to Previous Page in ASP.NET[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900