Posted 03 Jun 2012 Link to this post
Posted 04 Jun 2012 Link to this post
string
code =
"if (window.radWindow) oWindow = window.radWindow;else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;oWindow.Close();</"
+
"script>"
;
ScriptManager.RegisterClientScriptBlock(
this
, GetType(), Guid.NewGuid().ToString(), code,
true
);