Using ASP.NET 2.0 and ASP.NET AJAX has finally given me a server-side method to perform a window.open that I am comfortable with: ScriptManager.RegisterStartupScript(this, typeof(Page), Guid.NewGuid().ToString(), “window.open('IAmAPopup.aspx', null, ‘[window
Read More...