일(job)/MS(Microsoft)
[ASP.NET] Repeater vs DataList vs GridView
뽀&쏭
2015. 11. 12. 12:13
Feature | Repeater | DataList | GridView |
Table layout | No | No | Yes |
Flow layout | Yes | Yes | No |
Column layout | No | Yes | No |
Style properties | No | Yes | Yes |
Templates | Yes | Yes | Columns/optional |
Select/ Edit/Delete | No | Yes | Yes |
Sort | No | No | Yes |
Paging | No | No | Yes |
출처 : www.asp.net