Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I want javascript code for redirecting previous page through a linkbutton or hyper link.
Plz Help Me
Thanks for ur replay in advnc
Posted
Comments
Shubham Choudhary 12-Apr-13 7:54am    
you will do from Viewstate store previous url in view state and retrieve on button click

JavaScript
history.go(-1);



This Javascript code will redirect back to the previous page !!

Hope it helps

[ Happy coding ]
 
Share this answer
 
v2
history.back()


You can use this javascript code.
 
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