I have a abstract user control that provides common functionality across a few controls, it requires some javascript functions to hook up client side events, what is the best way to inject this javascript.
I did have a look at ScriptManager.RegisterClientScriptBlock but it seems that this is aimed at using UpdatePanels and the like which I am not doing, would this still work correctly if all I want to do is have this javascript located in a single place and rendered from the abstract user control?