I’ve got an aspx page that inherits from a master page template. Usually, I’d place the link to my external javascript file inside of the <head> element of the html page, but the <head> element is in the master page.
Where should I place the reference to my external .js page?
If I try to just put a <script> tag below the <%@ Page %> element, I get some error saying that I must place tags inside of <asp:content> sections.
Thanks
put it in one of the content panels in your content page e.g