I have to prevent browser back button.
for example I have two page((using xml & xslt))
- Login.aspx
- Page1.aspx
1 .while loading Login page I have created one guid and stored in Login.aspx hidden variable
- while loading Page1.aspx I have Created another guid and stored in page1.aspx hidden variable
when user clicks browser back button I an sending hidden variable from page1.aspx to Login.aspx while loading here i need check guids to confirm it is from page1.aspx and redirect to same page.
// I have to prevent browser back button(any suggestion is appreciated)