I have an ascx control loaded inside a panel tied to a modal pop up panel extender.
The problem is that an action triggered by the ascx control causes a postback; when the postback completes, the panel controlled by the modal popup extender which contains the custom ascx control disappears.
It is merely hidden though with it's default
display:none
style attributes.
Does anyone know how to remedy this?