when ModalPopupExtender open then i want to click on the save button of src page which have in the model popup currently and at this event i want to close this modal popup and want to refresh. How can i do this?
okcontrolid="btnOkay"
targetcontrolid="btnAdd"
popupdraghandlecontrolid="PopupHeader" drag="true"
>
<iframe id="frameeditexpanse" frameborder="0" runat="server"
scrolling="auto" style="width:550px; height:500px;">

Suthish NairPosted Oct 25, 2010, 6:19 AM
OnClientClick="$find('modalPopup1').hide(); location.href='homepage.aspx';"jojo waPosted Aug 4, 2016, 7:29 AM
Vikas AhlawatPosted Oct 25, 2010, 5:44 AM
which i have done through modulpopupextender. now when i click on the save button on the second form then i want to close the pupupbox and wnt to refresh form1 in which gridview display. (because i want to show updated data which i have done).
Suthish NairPosted Oct 25, 2010, 4:06 AM
Suthish NairPosted Oct 22, 2010, 1:57 AM
Why you need to close modal popup from another for button. ?
Can you explain what you trying to do, that will be helpful.
Vikas AhlawatPosted Oct 22, 2010, 12:36 AM
This button is belong to another form so
modelpopupextender not accessible
Manikavelu VelayuthamPosted Oct 20, 2010, 1:40 AM
modelpopupextender.close();