This extension has 2 behavior:
Horizontal Lopper is a repeat region server behavior that repeat the recordset records horizontally.
Vertical Lopper is a repeat region server behavior that repeat the recordset records vertically.
You simply choose the number of rows and columns to display, and this behavior will build a table based on the number of rows and columns you chose
Recordset:
The recordset you want display data from
Columns:
The max number of result columns
Rows:
The max number of result rows
This are 3 examples of the result you can have:
Vertical looper in this example the number of records in your recordset is less the total cell required by your columns and rows setup. In this case the extension use all the record and put some void cell in the last column.
Vertical looper in this example the number of records in your recordset is more the total cells required by your columns and rows setup. In this case the extension use the number of records to create the right cells number (columns * rows) and discard all the other records.
Horizontal looper The behavior of the horizontal looper in case the number of records don't match exactly the number of cells you setup is the same of the vertical looper
Only for Asp (Vb script)