Is it possible to prevent a browser from caching an ASPX
page?
Answer Posted / manoj
Write this code in the Page load event of the code behind :-
Response.Cache.SetCacheability(HttpCacheability.NoCache);
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is page request in asp.net?
Explain the updatepanel?
How to display validation messages in one control?
What are the difference between overriding and overloading?
What are the different types of cookies in asp.net?
Describe the difference between inline and code behind - which is best in a?
Which is an advantage of application service providers?
What is the difference between union and structure?
What is true about application service provider?
What is asp.net and how it works?
What is the advantage of mvc over asp.net? : Asp.Net MVC
How many types of state management are there in asp net?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is xaml? Are xaml file compiled or built on runtime?
What is a server cookie?