Bind 5 items in each row of repeater

reapuselp

New Member
I have a set of items coming from the database. Their number may vary. I have bound them in a repeater. Now my following example will explain what I want:
I have 11 items coming from database, I want them to be grouped in terms of 5 items per row.
  • 1st row: 5 items.
  • 2nd row: 5 items.
  • 3rd row: 1 item.
Currently, I am just binding them in a repeater. How do I do this?
 
Back
Top