Hi, I want to reference an external script and execute it on every postback (asyn or not). The script must be executed "as is", I cannot bracket a function around it. I tried this: ScriptManager .RegisterStartupScript( this .Page, typeof ( Page ), string .Format( "StartupInclude"...