I was wondering how can I emit JavaScript within the <HEAD> element of ASP.NET page from code behind. I knew that we can insert JavaScript using RegisterClientScriptBlock and RegisterStartUpScript but those method is being used to add JavaScript block within…
The post Add JavaScript inside Head at runtime appeared first on Broken Code.