C
craigkenisston
Hi,
I have some controls with these:
<%@ OutputCache Duration="500" Shared="true" VaryByParam="None" %>
However, I need that under certain user action, specifically, changing
a value on a dropdownlist with auto-postback, the cache for the control
be cleaned and the content regenerated.
Is there a way to do this ?
I have some controls with these:
<%@ OutputCache Duration="500" Shared="true" VaryByParam="None" %>
However, I need that under certain user action, specifically, changing
a value on a dropdownlist with auto-postback, the cache for the control
be cleaned and the content regenerated.
Is there a way to do this ?