datalist or datagrid?

  • Thread starter Thread starter chris
  • Start date Start date
C

chris

hi
i want to put add update and delete functionality in my web pages.
what should i use?
datalist or a datagrid?
in a datagrid i have not been able to find add functionality although i can
find
update and delete

thank you
Chris
 
They both allow for this. The difference is that a DataList is for
repeating data that may or may not conform to traditional rows/columns. A
DataGrid is for more traditional row/column layout.
 
Back
Top