Hi
I am having some problem, trying to cache a user control in my application(am using ASP.Net2.0).
Here is a description of the user control
1. The user control is visible for most of the pages in my application.
2. It comes in only two versions. Initially one version is shown in all the pages(no problem until now with the caching). But once the user performs a certain activity(selecting certain items and clicking on 'ok') .. the second version will be visible to the user on all the pages from then on.
3. Seems like I have to refresh the usercontrol in the cache when the user does his thing. But how?
Thanks in advance