Hi,
I have 2 usercontrols (ascx), one of which contains the other. Are the
OutputCache settings for the child control deterimined by the values in
the child control itself or do the values from the parent override
them? Don't see it documented anywhere.
TIA,
Chandy
Santhi Maadhaven - 02 Aug 2005 08:16 GMT
If you are doing output caching for the child control ,settings will be based
on the child control value only not on the parent control.
> Hi,
>
[quoted text clipped - 6 lines]
>
> Chandy
Chandy - 31 Aug 2005 11:01 GMT
Actually it appears to be the other way around. The parent settings
override.