Tuesday 11 August 2020

Which of these data source controls do not implement Caching?

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();

No comments:

Post a Comment