Hello,
The documentation for the ControlReleasing event says :
"If the event's e.KeepControl property is set to true, the page will keep its content and will not re-fire the QueryControl the next time it is activated. Otherwise, if the e.KeepControl equals false, the page loses its content and needs to be re-populated the next time it is displayed."
The problem is that even if I try to set KeepControl to false and set DisposeControl to true, the QueryControl is never called again and the pages show up blank