Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # 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: <callout icon="true" type="class="header"> <h1>Caching Samples</h1> <div class="loginstatus"> <asp:Substitution ID="Substitution1" runat="server" MethodName="LoginText" /"> </callout> </div> /home/skysigal/public_html/data/pages/it/ad/asp.net/win_forms/caching.txt Last modified: 2023/11/04 22:52by 127.0.0.1