User Control Cache

  • Thread starter Thread starter A.M
  • Start date Start date
A

A.M

Hi,

I underestand that I can change a user-control's cache parameters and
timeout by attributes like this:

<%@ OutputCache Duration="60" VaryByParam="none" %>

Is it possible to define Cache parameters inside the c# code ? (during
runtime rather than design time)

Thanks,
Alan
 
My question is about page cache and fragmented page caching. I don't think
it has anything to do with Cache object!
 
Hi Allan,

I'm viewing the thread and find there is another new thread on the same
question in the queue which is titled as
Newsgroups: microsoft.public.dotnet.framework.aspnet

Subject:: Fragmented Cache

I've posted a reply regarding on this problem. I'd appreciate if you have a
look there. Also, if you feel it convenient that we continue to discuss in
that one, please feel free to followup there. Thanks.


Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
 
Back
Top