So as i go on adding reports to the page it should get stacked in a single
row and then go to the next row once four items are placed in the first row.
I think we can create this using ListView control, but am facing issues with
getting the layout correctly.
An example can be seen here..
http://mattberseth.com/blog/2008/03/tag_cloud_filters_with_aspnet.html
But he is using <ul> and <li> tags. I think this wont be reliable since there
cannot be any asuurance on the layour of the controls.
i do not want to use third party controls.
Any help?????