window.opener.refresh
I have a pop-up window that comes up when a user click on a HyperLinkColumn in a datagrid. On the pop-up, the user will add a record at this point and hit the server side "submit" button.
At that point, I would like to close the pop-up and refresh the parent window. My Form is also server side so I dont think I can place my javascript code on a form event.
Does anyone have examples on how to do this?
Thanks
|