I'm trying to close an aspx modal from code-behind using this code-
ScriptManager.RegisterStartupScript(this, this.GetType(), "Close_Window", "self.close();", true);
It works perfectly well when I use Google Chrome, but Internet Explorer fails. Any ideas why?
Thanx in advance for the assistance