ASP.NET Archive
2
March 11th, 2009
Javascript in Master Pages
Creating a basic Master Page in ASP.NET 3.5 is pretty simple and straightforward, but it can be a little tricky getting all of your links and file paths to work properly on every page.
Figuring out the proper web controls for making URLs, images, and stylesheets to work was straight forward. However, getting the Javascript external files working, other than on the landing page, was more difficult. For some reason, Microsoft doesn’t allow the <head runat=”server”></head> tag change the Javascript path automatically like the external stylesheets.
Continue reading »
