Data binding controls in asp.net

血红的双手。 提交于 2019-12-13 01:07:50

问题


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

Which ASP.NET 3.5 control best matches my requirement?

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


回答1:


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.




回答2:


I think repeater control would be fine for your requirement.



来源:https://stackoverflow.com/questions/7397078/data-binding-controls-in-asp-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!