Here i want to set Breadcrumbs navigation in master pages. i want to set dynamic or default. anything but for me dynamic is better.
Here i using this code in my index pages:
<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.
Guest UserPosted Aug 12, 2014, 12:20 AM