Originally Posted by: "MitchA"
In Painted Paper, it just worked OOTB.
This what you mean?:
Mitch,
i am still having Huge problems with this. I can not get my breadcrumbs to work, Here is my code:
<%@ Page Language="VB" MasterPageFile="~/BVModules/Themes/Bvc5/Default.master" AutoEventWireup="false" CodeFile="Custom.aspx.vb" Inherits="Custom" title="Custom Page" %>
<%@ Register Src="BVModules/Controls/ContentColumnControl.ascx" TagName="ContentColumnControl" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContentHolder" Runat="Server">
[color=red><%@]
<FONT color=red> <uc2:ManualBreadCrumbTrail ID="ManualBreadCrumbTrail1" runat="server" />[/color]
<link href="../../../BVModules/Themes/Bvc5/styles.css" rel="stylesheet" type="text/css" />
<table height="230">
<tr>
<td></td>
</tr>
</table>
<table>
<tr>
<td width="180"><div class="categoryleft" id="categoryleft">
<uc1:ContentColumnControl ID="ContentColumnControl1" runat="server" ColumnName="System Service Pages 2" />
</div></td>
<td align="left">
<h1>
<asp:Label ID="lblName" Text="Title Loads Here" runat="server" />
</h1>
<asp:Label ID="lblContent" Text="Content Loads Here" runat="server" />
</td>
</tr>
</table>
</asp:Content>
Could you suggest anything based off my code.? I cannot figure out how to get this to work, maybe my code is incorrect?
Dan