The panel which my modal popup extender "shows" has an update panel within it, to handle valiation.
However, after postback, the close button doesn't seem to work. It just closes the panel butit leaves the modalBackground [greyed out].
<ajaxToolkit:ModalPopupExtender
ID="ActivateModalDefault"
runat="server"
TargetControlID="btnRegister"
PopupControlID="pnlShowModal"
CancelControlID="CancelLinkButtonDefaultPage"
BackgroundCssClass="modalBackground">
</ajaxToolkit:ModalPopupExtender>
Any ideas on why this would be happening?