Datagrid, multiple records on a row



Hi

How do I make my datagrid to display multiple records on a row ?

With:

<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<td>Blablabla</td>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>

I will have one record on a row.

For example I want to display thumbnails of records, always 5 thumbs on a
row, how do I do that ?

Thanks

.



Relevant Pages

  • Re: Datagrid, multiple records on a row
    ... You need to use a datalist instead of a datagrid. ... RepeatDirection and RepeatColumns. ... Eliyahu ... > How do I make my datagrid to display multiple records on a row? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Modifying multiple records
    ... I need to create a page that will display multiple records from a single ... not only that I need to be able to modify certain values in the ... limited and won't let me embed server controls (unless I'm missing ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)