outputcache

  • Thread starter Thread starter julientuhuteru
  • Start date Start date
J

julientuhuteru

Hi!

I'm caching multiple versions of a user control with the following
directive in the ascx:

<%@ OutputCache Duration="200" VaryByControl="PrgCtrlDropDown" %>

"PrgCtrlDropDown" is the ID of a DropDownList. Everything seems to be
working. Except when a user control is removed from the cache after 200
seconds, the SelectedIndexChanged event isn't fired. Does anybody know
what goes wrong here?
 
Back
Top