i have an accordion menu like this :
- Builder ( Main UL , without href )
- Create Builder ( Navigates to CrtBuilder.aspx)
- Remove Builder ( Navigates to RmvBuilder.aspx)
- Supplier (Main UL)
- Create Supplier ( Navigates to CrtSupplier.aspx )
- Remove Supplier Navigates to RmvSupplier.aspx
Now if a user clicks on CreateBuilder Menu then the user must see the site map in my breadcrumb like this :
Home > Builder > Create Builder
same way for supplier :
Home > Supplier > Create Supplier
remember ( on clicking Home the page must navigates to abc.aspx)