I have created a user control “Mycontrol.ascx”.
In that ascx file I have a rad window with navigate url as “windowPage.aspx”
in “windowPage.aspx” I have an asp button that button do some server side tasks on clicking well.
I am closing the window using onClientClose() well.
But after performing the serve side actions ,
(Now the window is closed using onClientClose() )
My browser should be redirected to “default.aspx”
“NB:I have used Mycontrol.ascx in default.aspx”