advice on choosing right control

  • Thread starter Thread starter Mark Siffer
  • Start date Start date
M

Mark Siffer

I am building a web app that will display data in a table. However, the
user needs to be able to update the data. I would like to construct it such
that the user can edit any cell in the table and submit the changes just
once at which point the server will commit all the changes ( there will
never be more than 20 or 30 rows of data ).

Can a datagrid handle this? or should I go with individual textboxes? or
just use regular asp?

Thanks in advance
MS
 
Since the DataGrid would be of somuch easier to implement this scenario,
I assume that you would have found the answer bythis time. If not then
you can visit http://www.datagridgirl.com for a collection of articles
on DataGrid. There is so much you can do with this one control.

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Back
Top