[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webcontrols

Repeater with 3 datarows in 1 html row

versteijn

2/29/2004 8:25:00 PM

Hello all

Say I have this structure:

<table>
<tr>
<td>Product 1</td>
<td>Product 2</td>
<td>Product 3</td>
</tr>
<tr>
<td>Product 4</td>
<td>Product 5</td>
<td>Product 6</td>
</tr>
</table>

I have one DataSet with one table with products. How would I do this?
I am thinking of a repeater. But I can not find a way to advance to
the next row in the dataset from within my ASPX.

Any suggestions?

Regards,

Freek Versteijn