Want to set the default value of the attribute of all the ScriptManager control.
<asp:ScriptManager ID="ScriptManager1" LoadScriptsBeforeUI="false" runat="server" ></asp:ScriptManager>
Keep the LoadScriptsBeforeUI to "false" for all the ScriptManager control.