ASP Repeater - ItemTemplate
        Posted  
        
            by Filipe Costa
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Filipe Costa
        
        
        
        Published on 2010-05-07T17:21:53Z
        Indexed on 
            2010/05/07
            17:28 UTC
        
        
        Read the original article
        Hit count: 678
        
Good afternoon.
I have a Repeater with a ItemTemplate that prints one column with data.
<asp:Repeater id="OtherProductsRepeater" runat="server">
    <ItemTemplate>
(...data...)
        </ItemTemplate>
</asp:Repeater>
How can i modify the code to instead of one column create three columns to show the data?
Thanks in advance.
© Stack Overflow or respective owner