Error!
Success!

Solution to JavaScript File Include Problem From ASP.Net MasterPage

0
kicks

Solution to JavaScript File Include Problem From ASP.Net MasterPage  (Unpublished)

You can include javascript files using a simple script tag. However, you will soon discover that, when you are using this master page from content pages that are at different levels in folder hierarchy then the script files will be missing at some cases. This is due to the fact that, script file paths are referenced relative to the content page and NOT to the master page. As a result, despite having the correct include wrt the master page, your content pages may still miss the scripts!


Kicked By:
Drop Kicked By: