Click here to Skip to main content
15,921,542 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two or more forms in my web application. First I enter into a form and show some data as Report in click event then redirect to next form.Now I m at second form here i place a back button. When i press the back button of 2nd form, it must redirect to the first form with its data.
Posted
Updated 30-Apr-14 1:37am
v2
Comments
[no name] 30-Apr-14 7:39am    
Okay and what have you tried?
R@M-ITcian 30-Apr-14 7:44am    
I have tried history.back(). But it doesn't support for retrieving data from the old page
[no name] 30-Apr-14 8:26am    
No. You would probably need to pass the data in your query string or use session variables.

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