I would like to close the browser window when an ASP.NET operation has succeeded. The code below is triggered by a button that resides in an Ajax UpdatePanel.
Pa
This link by Scott Klueppel helped me solve the problem...
Rather use...
ScriptManager.RegisterStartupScript
instead of
Page.ClientScript.RegisterClientScriptBlock.