Gridview inside ModalPopUpExtender causes ModalPopUpExtender to close
I have a gridview inside ModalPopUpExtender, in grid view the button adds delete and edit, when I clic one of the gridview button, the popup is closed. I want to close the popup when the close button is clicked. This is the asp.net part:
< cc1: ModalPopupExtender ID="NamePopup" runat="server" PopupControlID="OptionPanel" TargetControlID="btnD" BackgroundCssClass="mpBg" DropShadow="true" OkControlID="btnSavePopup" CancelControlID="btnPostCancel" >
< / cc1:ModalPopupExtender>
Any ideas?
+2
a source to share