When using Master pages, instead of using a separate ScriptManager control on every Content page, add a script manager to your Master page. Then, if there are separate usages on a particular Content page, you can use the ScriptManagerProxy control, which will inherit from the ScriptManager control on the Master Page, and set your needed, different properties on that control.