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 language is asp.net written in?
What is the difference between c# and .net?
What is a 1x1 pixel?
What does aspcompat="true" mean?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is the significance of finalize method in .net?
Where you store Connection string in "Web.Config" file in ASP.NET?
Which platform does Microsoft .NET use for exchanging data between applications?
Define a multilingual website?
What is session and cookies in asp.net?
what is loosely coupled solution? How it can be used?
Differentiate between client-side and server-side validations in web pages.
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Describe in brief .net framework and its components.
What are the types of authentication in asp.net?