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.
 

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