I am writing a special class library that contains custom controls (and not user controls). I have built-in javascript files that need to be registered on the page.
Now, since this is a class library, how do I determine whether to use ToolKitScriptManager or ScriptManager?
Page.ClientScript is a ClientScriptManager, but can I do it if a new ToolKitScriptManager appears on the page?
source
share