J
Jon via DotNetMonster.com
Hi all,
I'm using the ASP.NET sitemappath control and the ASP.NET menu control This
sitemappath control works and shows the path when the page doesn't have an
anchor - for example:
<siteMapNode title="annual report" description="Annual report"
url="Pages/ir_annuals.aspx" />
but the sitemappath control doesn't show the path if the page has the url
with an anchor - for example:
<siteMapNode title="call back" description="Call back solutions."
url="Pages/os_callback.aspx#top" >
The code for the control is:
<asp:SiteMapPath ID="SiteMapPath1" runat="server" ParentLevelsDisplayed="-1"
CurrentNodeStyle-ForeColor="#F80E0D" NodeStyle-ForeColor="#777777"
BackColor="#F5F5F5" BorderWidth="1px" BorderColor="#F80E0D" ></asp:
SiteMapPath>
HELP?????? Thanks in advance.
I'm using the ASP.NET sitemappath control and the ASP.NET menu control This
sitemappath control works and shows the path when the page doesn't have an
anchor - for example:
<siteMapNode title="annual report" description="Annual report"
url="Pages/ir_annuals.aspx" />
but the sitemappath control doesn't show the path if the page has the url
with an anchor - for example:
<siteMapNode title="call back" description="Call back solutions."
url="Pages/os_callback.aspx#top" >
The code for the control is:
<asp:SiteMapPath ID="SiteMapPath1" runat="server" ParentLevelsDisplayed="-1"
CurrentNodeStyle-ForeColor="#F80E0D" NodeStyle-ForeColor="#777777"
BackColor="#F5F5F5" BorderWidth="1px" BorderColor="#F80E0D" ></asp:
SiteMapPath>
HELP?????? Thanks in advance.