how do you add script src urls in header with C# code behind
basically, how do you add to the page header...
dynamically with the page load event handler.
I know how to add actual script code to the page, with registerClientScriptBlock(), but that is not what i want.
I need to register the script url in the page header, not an actual script block.
Any help appreciated.
Thanks!
View Full Details...............................
No comments:
Post a Comment