Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi to all,
Here i want to set Breadcrumbs navigation in master pages. i want to set dynamic or default. anythink but for me dynamic is better.
Here i using this code in my index pages:

XML
<ol class="breadcrumb">
        <li><a href="#">Home</a></li>
        <li><a href="#">Branch</a></li>
        <li class="active"></li>
    </ol>


Can anybody tell me deep explanation for this. Kindly help me for that.
Posted
Updated 10-Aug-14 20:50pm
v3

1 solution

Hi,

there are a few ways to go.

Have a look at MvcSiteMapProvider

https://github.com/maartenba/MvcSiteMapProvider[^]

or if you're using MVC with new Twitter bootstrap (or genereally a bootstrap implementation)
here's another starting point:

http://www.w3resource.com/twitter-bootstrap/breadcrumbs-tutorial.php[^]

Regards
 
Share this answer
 
Comments
JOTHI KUMAR Member 10918227 11-Aug-14 10:24am    
i done by mvc sitemap controller package here i want to add image before home means home icons for table i want to add table icons can any body help me for that

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900