Rank: Member
Joined: 11/15/2007(UTC) Posts: 52
|
I am trying to put a categorybreadcrumbs code in my cart.aspx page; howevef i cannot get it to work. Here is my code:
here is the register src tag:
<%@ Register Src="BVModules/Controls/CategoryBreadCrumbTrail.ascx" TagName="CategoryBreadCrumbTrail" TagPrefix="ucc2" %>
I putthe bread crumb below the asp tag so that it shows on page:
<asp:Content ID="Content1" ContentPlaceHolderID="MainContentHolder" runat="Server">
<ucc2:CategoryBreadCrumbTrail ID="CategoryBreadCrumbTrail1" runat="server" />
I know this should be straightforward, however it is not working, can someone please provide help with this. I may be either may be very dense or doing something incorrect.
Dan
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
|
|
|
|
|
Rank: Member
Joined: 11/15/2007(UTC) Posts: 52
|
Originally Posted by: "Corneliu I. Tusnea" What error do you get ?
I used to get a parsing error. However I do not get it after I adjust my code. I have attached my code in a .png screenshot to show what my code looks like. It seems fine and my page now displays correctly in my browser. However I do not see the breadcrumb there at all. Could you please tell me what I am doing wrong? Thank you for you time and consideration into helping me with this. Dan **also: is there something I need to do in bvadmin or any additional coding that i may have missed? for ex...like having to adjust a setting like I did in site terms for my footer? just an after thought. ***Addendum****okay I have the bread crumbs now displaying however i pulled the code from the category.aspx page and it's using the home>category link in the breadcrumbs. How do I change the category link and call it something unique as on some of my other pages? thanks again! File Attachment(s): breadcrumbpagecode.png (570kb) downloaded 92 time(s).You cannot view/download attachments. Try to login or register.
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
Daniel, You need to use the ManualBreadCrumbTrail.ascx not the Category one. Try to add that to your page. Then in the .vb file you need something like ManualBreadCrumbTrail1.AddLink("My Name", "/whateverpage") You do that several times with the parts that you want to have in the breadcrumbs. Regards, Corneliu. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.