How to create a three column table in ASP.Net Repeater

前端 未结 6 652
无人共我
无人共我 2020-12-03 17:01

I would like to be able to use the ASP.Net Repeater control to create an HTML Table that has three columns and as many rows as necc.

For example if the Data were to

6条回答
  •  时光取名叫无心
    2020-12-03 17:49

    It's better to use a DataList control intstead as it has the interesting properties RepeatColumns and RepeatDirection.

提交回复
热议问题