Prevent a browser from caching a page - Caching pages and data - Response.Cache.SetNoStore();
Q. In order to prevent a browser from caching a page which of these xstatements should be written?- Published on 16 Jun 15a. Response.Cache.SetNoStore();
b. Response.Cache.SetNoServerCaching();
c. Response.Cache.SetNoCaching();
d. None of these
ANSWER: Response.Cache.SetNoStore();