Hi Tomasz,
From your description, you'd like to cache an ascx userconttrol on your
page and also control the cache period through a certain property of the
control, correct?
So far based on my understanding, the usercontrol cache will support the
following cache conditions:
*VaryByCustom
*VaryByHeader
*VaryByParam
*VaryByControl
#@ OutputCache
http://msdn2.microsoft.com/en-us/library/hdxfb6cy(VS.71).aspx
#Caching Portions of an ASP.NET Page
http://msdn2.microsoft.com/en-us/library/h30h475z(VS.71).aspx
and for your scenario, I think you may consider store the Color property
into a certain control's property and set that control via the
"VaryByControl" condition. How do you think?
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Tomasz J" <(E-Mail Removed)>
>Subject: Caching ascx control (2.0)
>Date: Wed, 23 Jan 2008 03:05:34 +0100
>
>Hello Developers,
>
>Is it possible to vary ascx control cache base on that control's public
>property.
>My control has a public Color property, and I want to vary cache based
this
>property, rather than any particular contained control or query parameter.
>Thank you for any hints.
>
>Tomasz J
>
>
>