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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top