Alternating item template for category?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi Guys,

I want my sub categories in a table, so I've setup an "alternatingitemtemplate" as so;

            <HeaderTemplate>
                <table cellpadding="2">
            </HeaderTemplate>
            <ItemTemplate>
                <tr>
                <td><asp:HyperLink ID="hlCategory" runat="server" /></td>
            </ItemTemplate>
            <AlternatingItemTemplate>
                <td><asp:HyperLink ID="h1Category" runat="server" /></td>
                </tr>
            </AlternatingItemTemplate>
            <FooterTemplate>
                </table>
            </FooterTemplate>

However my "Alternating" template is rendering as blank links :(  No titles, destinations etc.. are defined

Any ideas? :)
13 years ago
it was a typo...

i'm a moron
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.