Gridview inside a ModalPopUpExtender causes ModalPopUpExtender to close

Posted by harold-sota on Stack Overflow See other posts from Stack Overflow or by harold-sota
Published on 2010-04-28T06:12:30Z Indexed on 2010/04/28 10:03 UTC
Read the original article Hit count: 477

Filed under:
|
|
|
|

I have a gridview inside a ModalPopUpExtender, the grid view have the button add delete and edit when i clic one of the button of the gridview the popup is closed. I wont 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??

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX