Breadcrumbs on master page
How can I add breadcrumbs to my master pages?
Hi Steve,
If you are plan to implement a breadcrumbs navigation control please refer to the following article where I have posted a sample code which works flawlessly when creating such type of control. If you already have your breadcrumbs widget built you can include in your masterpage using the sample code bellow ( make sure you customize it so it suits your needs ):
<
asp:LabelID
=
"titleLabel"
runat
=
"server"
CssClass
=
"sfTxtLbl"
AssociatedControlID
=
"editControl"
/>