Sileesh,
Check out Metabuilders' DialogWindow control. It's free and does a killer
job at making it easy to program with and against popup dialog windows:
http://www.metabuilders.com/Tools/DialogWindow.aspx
"Sileesh" wrote:
> Hi
>
> I have a btn in Parent.aspx page . On server_click() of the Btn, i am
> opening a new window called the child.apsx window. Child window also have a
> Btn. On serverClick of this Btn, I perform some operation . Once the
> operation is done, i have to close the child window, and refresh the parent
> window automatically.
>
> I am able to close the child window automatically , But not able to refresh
> the parent window.
>
> Please help
> Sileesh