Showing posts with label | ASP.Net Questions. Show all posts
Showing posts with label | ASP.Net Questions. Show all posts

In order to prevent a browser from caching a page which of these xstatements should be written?

A.  Response.Cache.SetNoStore();
B.  Response.Cache.SetNoServerCaching();
C.  Response.Cache.SetNoCaching();
D.  None of these

Ans: Response.Cache.SetNoStore();