This sample shows how to add the BreadCrumbs Control to the StoreFront Detail.aspx page. The sample steps apply to any StoreFront page.
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" %> |
| <P align=left><uc1:BreadCrumbs id=BreadCrumbs1
runat="server" /></P> <uc1:ProductDetail1 id="ProductDetail11" runat="server"></uc1:ProductDetail1> <uc1:ProductDetail2 id="ProductDetail21" runat="server" Visible="False"></uc1:ProductDetail2> |

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.