|
-
Jan 15th, 2004, 11:33 AM
#1
Thread Starter
Lively Member
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
-
Jan 15th, 2004, 01:09 PM
#2
Frenzied Member
Re: Deleting from a datadrid in .NET
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???
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jan 15th, 2004, 01:57 PM
#3
PowerPoster
There MAY be a way, using the rowstate.Deleted and checking against the original data?...
Dataviews might aid the solving of this also.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|