RE: Newbee Question - Updating Data With a DataGridView



Hi,

As you know, you can use a DataAdapter to update all the newly added rows,
modified rows and deletions to the database. You needn't implement the
IEditable interface. Here is a good article for your reference.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/ht
ml/databindingadonet.asp

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)

.



Relevant Pages

  • Re: Datagrid batch update
    ... Could you please send me some sample code for the same, ... "Flare" wrote: ... >> database for each row that was modified. ... Then you can send the modified rows to ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • JSP, session, caching
    ... from a database let's say 20 rows at a time. ... data structures, and extract the rows from there as the user navigates ... can either update the modified rows in the data structures accordingly or ...
    (comp.lang.java.programmer)