Displaying posts categorized under

ASPCodeHeaderManager

Version 1.1 2007-01-18

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 [...]

The JQuery specifics

As you might have noticed I am totally hooked on JQuery. As a Javascript library it’s fantastic and I have therefore decided to use it for Ajax functionality as well.  
For my experimental project http://www.findfreefonts.net I decided to use it and therefore this ASPCodeHeaderManager control got invented. It started as a way for me to get [...]

IncludeScriptsCompression

All scripts you add to a GlobalScriptArea will be placed within a single <script> tag inside the HTML head. You have the option to compressing these as well ( 0 = none , 1 = remove whitespace, 1=obfuscate and pack).
As usual – the DebugMode must be set to true for this to ever happen.
Personbally I mostly use 1 [...]

Download control and solution

2007-01-18: Version 1.1 is here. Read more about it in the upgrade log. So be sure to download the headerman1.1.zip file!
The download contains the control – and the test website in one single solution (VS 2005 and C#) is used.
Please feel free to try it out – at least for me it has become an [...]