Hi z.f.: Have you looked at VaryByControl ?
--
Scott
http://www.OdeToCode.com/blogs/scott/
On Mon, 25 Oct 2004 16:27:46 +0200, "z. f."
<(E-Mail Removed)> wrote:
>Hi,
>
>i'm writing a user control that lives inside a page,
>and i want to cache the output of the control.
>is it possible to cache the control's output using a property on the
>control.
>so that when the property is like the property of the cached data, the
>cached data is being outputed.
>if the property is not in the cache already, a new data is outputed.
>
>it is very similar to the VaryByParam, but the parameter is not from
>outside, it is from the page itself.
>
>
>is it possible?
>
>TIA, z.
>