Friday, May 4, 2012

Custom Breadcrumb in sharepoint

To Create breadcrumb in sharepoint page or in page layout
paste this code in desired place

<asp:SiteMapPath SiteMapProvider="SPContentMapProvider" id="ContentMap"  SkipLinkText="" RenderCurrentNodeAsLink="true"  NodeStyle-CssClass="ms-sitemapdirectional" runat="server"/>
it will result as,

No comments:

Post a Comment

Creating Provider hosted app (sharepoint online) with local hosted IIS

The Pre-requires are as follows. 1. Office 365 Subscription 2. Visual Studio 2015 (Professional/Community/Enterprise Edition) With t...