Which control to use

  • Thread starter Thread starter Ahmed Shafi
  • Start date Start date
A

Ahmed Shafi

I am making an email app and I would like to display the emails like hotmail
does. Which control would be more suitable datagrid, datalist or repeater?
 
The datagrid has the most built in functionality, so I'd go with that unless
it's too inflexible to support your requirements.
 
That really depends on exactly what functionality you need. Datagrid would
be fastest and easier to implement.
 
Back
Top