AspBucket offers ASP.NET, C#, VB, Jquery, CSS, Ajax, SQL tutorials. It is the best place for programmers to learn

Friday 22 January 2016

How to disable browser's back button in Asp.Net?

In this article I will discuss How to disable browser's back button? Its quite simply you need to add only one line code in .cs file.

Here is the code

Page.Response.Cache.SetCacheability(HttpCacheability.NoCache);
This code will disable back button in visiting pages.

0 comments :

Post a Comment

  • Popular Posts
  • Comments