Hi,
I have rendered custom Control (MyControl :
System.Web.UI.WebControls.WebControl). I need cache some data in Cache["..."]
but it is not accessible. Please what I can use for caching ?
P.S. I can't use [PartialCaching] because this control handles postback data
so it can't be null as result of PartialCaching.
Thank you.
Stefan [MSFT] - 05 Jul 2005 15:19 GMT
Hi B,
what do you mean with it is not accessable?
In addition: this is more an ASP.NET related question and should be posted
in an ASP.NET related newsgroup.
Cheers,
Stefan
> Hi,
>
[quoted text clipped - 8 lines]
>
> Thank you.