L
laks
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>.
It is very urgent for me.
Can any one help me with this?
Can email directly to my mail id (e-mail address removed)
Thanks in advance.
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>.
It is very urgent for me.
Can any one help me with this?
Can email directly to my mail id (e-mail address removed)
Thanks in advance.