Table of Contents
Adding breadcrumbs to your Template
Breadcrumbs can be added to your page with the addition of the ASP.NET sitemap control:
<asp:sitemappath id="SiteMapPath1" runat="server"></asp:sitemappath>
And the Web.config sitemap Provider should be configured to be:
<sitemap defaultProvider="FireBirdSiteMap">
<providers><add name="FireBirdSiteMap" type="Firebird.StaticSiteMap" /></providers>
</sitemap>