tags:

views:

277

answers:

2

I'm using

<asp:SiteMapPath ID="SiteMapPath" runat="server" skiplinktext="skip breadcrumb"></asp:SiteMapPath>

In a SharePoint environment - is there anyway to force it to display the current page?

i.e. [home] > [site name] > [site name] > [page name]

A: 

Maybe you are looking for something like this, but the other way around of course:

http://johanleino.spaces.live.com/blog/cns!6BE273C70C45B5D1!148.entry

Johan Leino
A: 

It shows the current page if you defined the page as siteMapNode in your site map.

Canavar