A
ABCL
Hi All
I have usercontrol on the page that I have added at design Time
and cached it
How can I remove the cached Usercontrol from outputcache.
I want to remove cached version in session start event
I have tried to remove it using
"HttpResponse.RemoveOutputCacheItem(path);" b but it doesn't work
Thanks
I have usercontrol on the page that I have added at design Time
and cached it
How can I remove the cached Usercontrol from outputcache.
I want to remove cached version in session start event
I have tried to remove it using
"HttpResponse.RemoveOutputCacheItem(path);" b but it doesn't work
Thanks