M
martin koenig
Hi
I'm opening an aspx page with javascript:
window.showModalDialog("mypage.aspx", "", "status:no");
In mypage.aspx I've got a button which shall first save the displayed record
in the C# code behind (this works fine) and if successfull, mypage.aspx
shall be closed (window.close).
Data saving and so on is working fine. My problem is the <... if
successfull, .... shall be closed>.
Can you help me with this?
Thanks
Martin
I'm opening an aspx page with javascript:
window.showModalDialog("mypage.aspx", "", "status:no");
In mypage.aspx I've got a button which shall first save the displayed record
in the C# code behind (this works fine) and if successfull, mypage.aspx
shall be closed (window.close).
Data saving and so on is working fine. My problem is the <... if
successfull, .... shall be closed>.
Can you help me with this?
Thanks
Martin