I\'m trying to add a script reference to jQuery in my master page so that it will work for any page. It currently looks like this
You could use a ScriptManager:
EDIT: If you absolutely need this in your section, you could do something like:
EDIT 2: According to the comments, if you are observing that
The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)
you may need to change the above to use the data-binding syntax: