Listing records in both columns and rows
-
Hi. I would like to know if someone has come up with an easy way to list records in both columns and rows. I'm at my wits end here, since I don't know how to tell a repeater/datalist to insert my records in a 2-dimensional vector / matrix. I would like to present my records in a 4x4 vector but all i can come up with is how to list the records one by one vertically. Any tips and suggestions would be much appreciated!
-
Hi. I would like to know if someone has come up with an easy way to list records in both columns and rows. I'm at my wits end here, since I don't know how to tell a repeater/datalist to insert my records in a 2-dimensional vector / matrix. I would like to present my records in a 4x4 vector but all i can come up with is how to list the records one by one vertically. Any tips and suggestions would be much appreciated!
In DataList Set properties datalist.
RepeatColoums
= number of coloums; datalist.RepeatDirection
= RepeatDirection.Horizontal;