How do I make a table from a List MVC?

Posted by user54197 on Stack Overflow See other posts from Stack Overflow or by user54197
Published on 2010-06-09T13:12:32Z Indexed on 2010/06/09 13:22 UTC
Read the original article Hit count: 233

Filed under:
|
|
|

I have a List(Name, Item, Group#) that I would like to display in a table. How do I display this data with all the names in the 1st row, item in the 2nd, and group number in the 3rd row.

Name: | Jon | Tom | Kate | Brian |

Item: | Cup | Hat | Door | Store |

Group#:| 2 | 8 | 10 | 154 |

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET