ggeorgiou01
Programmer
Hi all,
I have a repeater (show below).
<asp:repeater id="MyAppsRptr" runat="server">
<itemtemplate>
# DataBinder.Eval(Container, "DataItem.Description") %>
</ItemTemplate>
</asp:repeater>
which outputs onto a webpage like so...
1
2
3
4
5
6
How i want to display my data is in 2 columns... (i.e)
1 2
3 4
5 6
Is this easily done ?
Many Thanks,
George
I have a repeater (show below).
<asp:repeater id="MyAppsRptr" runat="server">
<itemtemplate>
# DataBinder.Eval(Container, "DataItem.Description") %>
</ItemTemplate>
</asp:repeater>
which outputs onto a webpage like so...
1
2
3
4
5
6
How i want to display my data is in 2 columns... (i.e)
1 2
3 4
5 6
Is this easily done ?
Many Thanks,
George