M
mamin
Hi,
I have two files:1.aspx and 2.aspx. File 1.aspx contains code, that
opens 2.aspx in modalDialog by:
window.showModalDialog("2.aspx", "", "");
2.aspx File has the following submit:
<input type="submit" value="Save">
After click event on this submit, it calls postback event and opening
extra window with 2.aspx, while I would like to reopen current 2.aspx
file. What to do with it? Or what to do to close this extra 2.aspx file
after executing it's cs code?
I have two files:1.aspx and 2.aspx. File 1.aspx contains code, that
opens 2.aspx in modalDialog by:
window.showModalDialog("2.aspx", "", "");
2.aspx File has the following submit:
<input type="submit" value="Save">
After click event on this submit, it calls postback event and opening
extra window with 2.aspx, while I would like to reopen current 2.aspx
file. What to do with it? Or what to do to close this extra 2.aspx file
after executing it's cs code?