Отключена кнопка возврата браузера в ASP .NET
Disabled Browser Back button in asp .net
Что я уже пробовал:
Hi, I have two form "Default1.aspx" & "Default2.aspx". Default1.aspx form has not site mater and Default2.aspx has a site mater. So in Default1.aspx form one button "Default2" and in click event i have use below code: Response.Redirect("Default2.aspx",false); So my question is i am clicking on button then goes to Default2.aspx and in browser back button is enabled. So how can i disabled this browser back. Please help me. Thanks in Advance.