Deleting from a datadrid in .NET
I am using the datagrid to add,update,delete to a SQL7 database. Prior to commiting the changes to the database, I let the user view the changes using getChanges method of the dataset. This works fine for additions and updates but it does not show deleted records.Does anybody know how to view or grab the data prior to hitting the delete key
Re: Deleting from a datadrid in .NET
Quote:
Originally posted by packman
...This works fine for additions and updates but it does not show deleted records....
If the records were deleted, then how would it show them???