Hi,
Can any body tell me
How to disable a back button of an web page related to an master pager, like say for suppose an login page in master page ????
y because after disabling it the page is still able to acess previous page and then after that it is working please help with any usefull suggestions regarding it
Loading

Anuja PawarPosted Dec 9, 2011, 8:12 AM
function disableBackButton()
{
window.history.forward();
}
setTimeout("disableBackButton()", 0);
onload="disableBackButton()">
This is First page
Go to Second page
PostBackUrl="~/Default2.aspx">Go to Second Page