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
Define xmlvalidatingreader class.
where can i gather the materials for MCP certification
What is the biggest disadvantage of “Other Return Types” in Web API?
What is Cookies Less Session?
Is it possible to migrate visual interdev design-time controls to asp.net?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What’s the catch?
Differences between “dataset” and “datareader”.
Which protocol is used in a web api?
What describes a query?
What is http request and response?
How do we assign page-specific attributes?
Differentiate globalization and localization.
What are the steps involved to fill a dataset?
What is Bundling and Minification in MVC?