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

Options
- Response.Cache.SetNoStore();
- Response.Cache.SetNoServerCaching();
- Response.Cache.SetNoCaching();
- None of these


CORRECT ANSWER : Response.Cache.SetNoStore();

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement