This sample shows how to add the BreadCrumbs Control to TopSubBanner.ascx. Similar steps apply to any StoreFront common control.
Note: It is good practice to make a backup copy of a file prior to making a change so that you can easily restore a working version.
| <%@ Register TagPrefix="uc1" TagName="BreadCrumbs" Src="../Controls/BreadCrumbs.ascx" %> |
| <uc1:BreadCrumbs id=BreadCrumbs1 runat="server"
/> <asp:Label id="Label" runat="server" CssClass="Plain" Visible="false">PageName</asp:Label> |

Please see Customizing the Appearance of the BreadCrumbs Control for information about changing the appearance of the BreadCrumbs Control.
Copyright © 2003, Structured Solutions. All rights reserved.