Hi,
I have a code for Script manager, I also want after submit the popup sholud get close. Please see the code for your reference:-
ScriptManager.RegisterStartupScript(Page, Page.GetType(), "popup", String.Format("window.open('{0}','_blank ')", ResolveUrl("dummy.aspx")), true);
Go to the complete details ...