Jan
18
2007
Version 1.1 2007-01-18
Posted by admin under
ASPCodeHeaderManager

Only one change:
- interfaces in separate dll - ASPCodeHeaderManagerInterface.dll allows for easy manipulation from other (third party) server controls
This basically means that from your own servercontrols - instead of using the ClientScript scriptmanager which injects scripts pretty much everywhere in your <body> tags you reference the ASPCodeHeaderManagerInterface dll, set a property on your control to the ASPCodeHeaderManager object - and use that object to add scripts to your ASPX page.
The technique behind it is described here