Menu Links In Master Pages
-
Hi, I'm trying to setup my menu links in my master page so that it can be used by all pages irrespective how far down the page hierarchy you are. I haven't done this in ages, I know it is something like: <a href="<% "~/Product/Default.aspx" %>">Home</a> Please can someone advise. Regards, Brendan
-
Hi, I'm trying to setup my menu links in my master page so that it can be used by all pages irrespective how far down the page hierarchy you are. I haven't done this in ages, I know it is something like: <a href="<% "~/Product/Default.aspx" %>">Home</a> Please can someone advise. Regards, Brendan
-
Why don't you use asp.net menu control.. for details have a look You can also use normal html links and give look n feel using css as per your need.
Cheers!! Brij
I'm not looking to use it as a menu. I have links across that are used over all pages irrespective where you, so menu control will not work. Like for example Contact Us, Terms and Conditions, etc. How would I do these links? I can use html links like I showed in my example, but how do I get the href part correct as "../" won't work. Please can someone advise?