Output Cache can be enabled by the following line
<%@ OutputCache Duration='60'%>
This will make the page to be cached for 60 seconds.
Home / FAQ / ASP.NET / Custom Controls / How can the output cache can be enabled?
Output Cache can be enabled by the following line
<%@ OutputCache Duration='60'%>
This will make the page to be cached for 60 seconds.
Share with