MCQOPTIONS
Saved Bookmarks
| 1. |
You want to enable Page Output Caching in ASP.NET. What code you will write in ASPX page. |
| A. | <%@ OutputCache Duration="30" VaryByParam="none" %> |
| B. | <%@ OutputCache VaryByParam="none" %> |
| C. | <%@ OutputCache Duration="30" %> |
| D. | None of the above. |
| Answer» B. <%@ OutputCache VaryByParam="none" %> | |