In your application, you need to display certain data in list form, but it needs to be general purpose, does not have to be data bound, and can dynamically create rows. What type of list control is best suited for the scenario above?
Repeater
DataGrid
DataList
Table
TableList