Contents tagged with Extension Methods
-
Add scripts to head dynamically
Many times when i develop a user control i have the need to add some javascript to the header of the page. But the header doesn't have a method where you can add script and RegisterStartupScript inserts the script at the bottom of the page.