Is there a way in vb or c# to have the sitemap if the node hyperlink = # then dont show or do render without a hyperlink just text only.?
<asp:SiteMapPath ID="SiteMapPath1" CssClass="navBread" RenderCurrentNodeAsLink="True"
runat="server" Font-Names="Verdana" Font-Size="0.6em" PathSeparator=" > " >
<PathSeparatorStyle Font-Bold="True" ForeColor="#507CD1" />
<CurrentNodeStyle ForeColor="#333333" />
<NodeStyle Font-Bold="True" ForeColor="#284E98" />
<RootNodeStyle Font-Bold="True" ForeColor="#507CD1" />
</asp:SiteMapPath>
ASKER