This page has moved. You will be automatically redirected to its new location in 10 seconds. If you aren't forwarded to the new page, click here.

Search This Blog

Monday, December 7, 2009

Use relative paths in Master pages

<link rel='stylesheet' type='text/css' media='print' href='<%= BaseURL %>/styles/print.css' />

do the same for js files etc. e.g

<script src="<%=XYZ.ABC.DRR.Settings.SiteStandardRoot%>WebMods/Themes/MyTheme/scripts/AC_RunActiveContent.js" type="text/javascript"></script>

1 comment:

  1. useful.
    you may find something useful in my blog:
    csharptips.wordpress.com

    ReplyDelete