Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to create a card view in ASP.net?

8 views
Skip to first unread message

vsvinuraj

unread,
Feb 14, 2010, 2:34:44 PM2/14/10
to
I have a requiremnet where i need to show multiple report viewer controls as
thumbnails in a ASP.NET page. the layout will be 4 X 2, ie. four columns and
two rows.

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?????

0 new messages