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

前端 未结 6 648
无人共我
无人共我 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:43

    Much simpler than all the examples listed here; You don't need to use a list view or do anything in the code behind.

      
        
            
            
            
    Column 1 Column 2 Column 3

提交回复
热议问题