Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Menus from One Sitemap

Status
Not open for further replies.

rhnewfie

Programmer
Jun 14, 2001
267
CA
I have the following sitemap defined

<siteMapNode url="~/Default.aspx" title="Home" description="">
<siteMapNode url="~/Store/Default.aspx" title="Store" description="">
<siteMapNode url="~/Store/ShoppingCart.aspx" title="Shopping Cart" description="" />
</siteMapNode>
<siteMapNode url="~/About.aspx" title="About" description="" />
<siteMapNode url="~/Contact.aspx" title="Contact" description="" />
<siteMapNode url="~/Admin.aspx" title="Admin" description="" />
<siteMapNode url="~/Test.aspx" title="Test" description="" />
</siteMapNode>

On one menu I want everthing up to (but not including) test displayed. On another menu I want everything from test on displayed. Documentation and config options state that this is quite possible but I can't seem to get it to work! Any help would be great!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top