I'm using one JavaScript binds in Master Page for the entire project, and the Master Page doesn't include a ScriptManager, that is, some pages include Ajax components, like UpdatePanel, but some not. The 'Sys.WebForms..' functions set in the 'Global' JavaScript works fine with the page has a ScriptManager, but it will cause JS errors in non-ajax page, e.g. 'Sys is undefined, $find is undefined.'
The message is very annoying, though the it doesn't effect anything.
So any smart solutions?
Is adding ScriptManager to Master Page the best solution? (but need to remove all the ScriptManager in child pages).
Regards