2

How do I format below SiteMapPath:

Home > Account > Profile > Change Password


to this format sample format (Breadcrumb Default): CLICK HERE


Currently I have using web.sitemap, and also currently using:

<asp:SiteMapPath ID="SiteMapPath1" runat="server"></asp:SiteMapPath>
exp user
  • 21
  • 1

1 Answers1

0

do you check this http://musthaan.wordpress.com/2014/06/24/controladapter-for-asp-sitemappath/

we can do it with control adapter. we define the html rendering function.

this may be help you.

Arun Raj
  • 969
  • 8
  • 19