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
Try <%# instead of <%= in Master page under head section
Then in Code Behind of Master page under Page_Load Event
Page.Header.DataBind();
Now you are good to go with either jQuery and JavaScript as well as CSS just you need to change your path in ResolveUrl which file you want to handle CSS, JavaScript, jQuery.