# IT:AD:ASP.NET:Win Forms:Caching # * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} --- At Page AND WebControl Level, one can use: <%@OutputCache Duration="60" VaryByParam="none" %> If you want to cache 99% of the page or control, but vary a piece of it -- what they call Donut Caching -- then you may want the Substitution control, which renders a string:

Caching Samples