I am using Output cache
on Webpart
in my ASP.Net application.
and using <%@ OutputCache Duration="86400" VaryByParam="None" VaryByCustom="ConferenceID" %>
I notice that webpart contents are coming from cache but my server side code also running that that webpart. Means breakpoint coming to page events even after using output cache.
How I can stop the my server side code should not execute on that webpart after using output cache.
Thanks Dalvir