Hi
I have listview control on my page.
I want to display data in following format.
Item 1 | Item2 | Item 3 | Item4 |
| Item5 | Item6 | |
Item7 | Item8 | Item9 | |
| | Item10 | Item11 |
I have set RepeatLayout="Table" and RepeatColumns="4".
If there are any other option other than listview then please let me know.
Thanks
Amit Joshi