Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Customizing a tree menu

Author  Topic 

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2008-06-26 : 04:22:04
Hello,
I have a sitemap, that i have been trying to customize to show just a node and a few other options.

Basically i want it to show.

1. A particular navigation node. Which I have set the property below to the URL

2. The root node and last node. Which basically shows the home page and the sign out page.

The solution below just shows the choosen node.

How do i correct this
thanks
Ehi

<asp:SiteMapDataSource ID="cool" runat="server" SiteMapProvider="cool" ShowStartingNode="true" StartingNodeUrl="~/welcome/messaging/default.aspx" />
   

- Advertisement -