disabling back button
public void DisableBrowserBack() {
Response.Write("<script>history.forward(1);</script>");
}