Once updating finish,use Page.RegisterOnSubmit(getType (),"CloseSciprt","<script>slef.close()</script>") as well as you want to post the Opener widow too user javascript window.opener.document.submit()
Thanks --- In [email protected], [EMAIL PROTECTED] wrote: > > Hi all, > > I have a popup window that I call from my asp.net page. The popup window page displays a gridview control with a list of items. I have a linkbutton control on each row of the gridview. When the user clicks the linkbutton, I do some updating of a SQL table. This all works fine. But I want to do 2 more things when the user clicks the linkbutton: > > 1. I want to close the popup window. > > 2. I want to force a postback of my main page. I need this because I want to display the result of the database change I made using the popup window. > > Can anyone help? > > Thanks, > Bob > > [Non-text portions of this message have been removed] >

