删除ModalPopupExtender上的自动关闭

时间:2015-07-07 06:50:38

标签: asp.net modalpopupextender

有没有办法可以在保存后删除ModalPopupExtender上的自动关闭?

这是我目前的代码。

<ajaxtoolkit:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="UpdateButton" PopupControlID="pnlPopup"
                BackgroundCssClass="ModalPopupBackground" CancelControlID="btnCancel"/>

1 个答案:

答案 0 :(得分:0)

您可以使用modelpopup属性删除自动关闭。

OkControlID - 解除模态弹出窗口的元素的ID

OnOkScript - 使用OkControlID解除模态弹出窗口时要运行的脚本