I have a master page with: ScriptManage, UpdateProgress, and asp:menu. The menu has an OnMenuItemClick event handler. The master page Page_Load event calls: this .ScriptManager1.RegisterAsyncPostBackControl( this .Menu1); The default.aspx page has a Conditional UpdatePanel, with a control that displays...