Update Multiple Records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

How can I update multiple records in using ASP.NET? Currently I have a table
which require to update frequently but I can update records one by one using
DataGrid.

Kenneth
 
use the Dataset and there is a command update, that updates all the records
that have changes
 

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