G
Guest
Hi All,
How in ASP.NET, from PopUp window:
1) - save Data in Database;
and after
2)
a) - Reload the opener window
b) -close PopYp window.
Note:
for Question 2)
I did it without problem:
<script>window.opener.location.reload();window.close();</script>
But the problem is I need to save data in database befor I reload the opener
win.
thanks
Jawad
How in ASP.NET, from PopUp window:
1) - save Data in Database;
and after
2)
a) - Reload the opener window
b) -close PopYp window.
Note:
for Question 2)
I did it without problem:
<script>window.opener.location.reload();window.close();</script>
But the problem is I need to save data in database befor I reload the opener
win.
thanks
Jawad