I am using the new template in visual studio 2013. The template used to have a tag for the head like <asp:content id="content1" contentplaceholderid="HeadContent" runat="serve">.
I used to put all my javascript functions that I needed on the page in this tag. It is not included in the new 2013 template. I tried to add it and get the following error:
The page has one or more <asp:content> controls that do not correspond with <asp:contentplaceholder> controls in the master page.
Where do I put my javascript functions that need to go in the head tag? THanks!
Go to the complete details ...