I want to show database data along these lines:
[row 1 col 1] [row 1 col 3]
[row 1 col 2] [row 1 col 4]
[row 2 col 1] [row 2 col 3]
[row 2 col 2] [row 2 col 4]
[row 3 col 1] [row 3 col 3]
[row 3 col 2] [row 3 col 4]
Etc
Can something like the gridview or repeater controls do this easily or would I have to create custom controls and use them?
Thanks