Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hii all can anybody tell me how can i navigate back and forward in asp.net on button click event.i dont want to use viewstate or session or temp table.is it possible plz guide...!!
Posted
Comments
LakshmiNarayana Nalluri 9-May-11 7:40am    
try with hidden field
[no name] 9-May-11 9:46am    
Ad how will this help? I'd like to hear a detailed explantion of this solution.

Try below link
[^]
 
Share this answer
 
You can use the JavaScript History object to navigate backward and forward, so long as there is a history to navigate to.

http://www.javascriptkit.com/jsref/history.shtml[^]

Going forward will only work if the user has visited a page in this current session. If it is a new navigation you will need to initiate with a button click, href, etc.
 
Share this answer
 

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