开发者

Data binding controls in asp.net

I have to display a set of data in the following manner:

Data binding controls in asp.net

Which ASP.NET 3.5 control best matches my r开发者_运维百科equirement?

If one matches, could you please give me an idea about how to format it to view like the image?


Well, first off you have multiple blocks (multiple rows) so I would suggest a Repeater. Within each block you must display three columns (the image the text and the small images), and you should use a Panel (renders as a ). In the second panel you have multiple lines of text for which you can use Labels because they allow for rendering as a so that you an include a class.

Style everything nicely with CSS and you should be able to remake the above picture.


I think repeater control would be fine for your requirement.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜