How to separate the repeater data by number of items.
Posted
by Jronny
on Stack Overflow
See other posts from Stack Overflow
or by Jronny
Published on 2010-03-29T09:06:39Z
Indexed on
2010/03/29
9:23 UTC
Read the original article
Hit count: 578
For example, we have 19 items on the repeater datasource. And we wanted to separate them using
by 5 items.
It's like
01 02 03 04 05 <br />
06 07 08 09 10 <br />
11 12 13 14 15 <br />
16 17 18 19
How are we going to do this in asp.net repeater? Thanks.
© Stack Overflow or respective owner