Z
z. f.
Hi,
i am using repeater to implements a page of products.
the products list look should be 5 products in a row.
between each row i need to put special HTML for the start and end of each row.
what is the best way to implement this?
should i use 2 repeaters - one for rows and one for columns?
if i just use the <ItemTermplate> for a single item (which i need to have 5 in a row)
how do i change the rows in the resulting table?
i need to "know" if this is the first item for a row(index 0, 5, 10 etc)
and paint special HTML for row start
and the same for the left item in a row (4, 9, 14 etc)
in order to paint the row finish HTML.
please advise.
TIA, z.
i am using repeater to implements a page of products.
the products list look should be 5 products in a row.
between each row i need to put special HTML for the start and end of each row.
what is the best way to implement this?
should i use 2 repeaters - one for rows and one for columns?
if i just use the <ItemTermplate> for a single item (which i need to have 5 in a row)
how do i change the rows in the resulting table?
i need to "know" if this is the first item for a row(index 0, 5, 10 etc)
and paint special HTML for row start
and the same for the left item in a row (4, 9, 14 etc)
in order to paint the row finish HTML.
please advise.
TIA, z.