(a) Is there a mechanism (by sharepoint) of registering to include a script into the aspx page?
(b) If yes, then if I do the following from a user control what would be the result?
Debug.Print(this.Page.ClientScript.IsClientScriptIncludeRegistered("foo"));
Assume that foo is the name of script-include which I have somehow registed by some sharepoint mechanism [i.e. (a)]