i am opening a pop-up window in the button click event and closing it after submiting popup and refreshing the parent window which consist a grid
my requirement is.. after submiting the popup the result will be displayed in grid which is in parent window
i wrote this code....in the button click event in parent window
{
window.open(
}
and below code in popup window fro insertion
<
window.self.close();
window.opener.location.reload();
then i want to edit the contents in grid by using link button in templete field of grid and handling in row command event.
popup window is opening for update but when Submitting the window i want close child window and update grid in parent window
MYPROBLEM IS:
update is success but the popup(child) is opeing again and again inseted of closing the child window after submiting .
my code:
Thanks and Regards
SATYA&SINU