showModalDialog icon indicating copy to clipboard operation
showModalDialog copied to clipboard

pop up auto close after button click event--asp.net

Open yongwc2710 opened this issue 8 years ago • 1 comments

 <script type="text/javascript" src="../js/showModalDialog.js"></script>        

Please assist on this . the pop up windows close automatically after finishing the click event from parent page : <asp:Button ID="btnSold" runat="server" Text="Mark as SOLD" CausesValidation="False" /> vb.net: btnSold.Attributes.Add("onClick", "AdminshowAssignSold();")

yongwc2710 avatar Aug 15 '16 03:08 yongwc2710

Same as #9 Problem with pages .aspx, have added example workaround

mrwoodo avatar Sep 02 '21 22:09 mrwoodo