Data Binding - DataGrid to update a form?

  • Thread starter Thread starter ChInKPoInt [No MCSD]
  • Start date Start date
C

ChInKPoInt [No MCSD]

I want to build a simple form (firstname, lastname, etc) to update a single
record in database, do you guys suggest to use DataGrid? or other
controls? DataGrid seems to be multiple records stuff, am I correct?
 
You can use a datagrid to bind to a collection and edit many lines at once.
It is not as easy as using a single page with text boxes - but it can be
done.
 
Back
Top