You want to enable Page Output Caching in ASP.NET. What code you will write in ASPX page.
1.<%@ OutputCache Duration="30" VaryByParam="none" %>
2.<%@ OutputCache VaryByParam="none" %>
3.<%@ OutputCache Duration="30" %>
4.None of the above.
Answer:1
Posted Date:-2022-02-01 11:35:45