G
Guest
Hi,
Is it possible to do the following, and if so, how?
In a datagridview, assume I highlight 10 rows and press the Delete key.
Upon doing so, I'd like to do the following:
Collect the Row information for each of the 10 highlighted rows marked
for deletion, pass them to a new form where the user will confirm that they'd
like to actually delete them from the database and show these rows in a
"Confirmation" (separate) datagridview. The UserDeletingRow event and
UserDeletedRow fires for each row; I need to perform this action per block of
rows and not individually.
Regards,
Giovanni
Is it possible to do the following, and if so, how?
In a datagridview, assume I highlight 10 rows and press the Delete key.
Upon doing so, I'd like to do the following:
Collect the Row information for each of the 10 highlighted rows marked
for deletion, pass them to a new form where the user will confirm that they'd
like to actually delete them from the database and show these rows in a
"Confirmation" (separate) datagridview. The UserDeletingRow event and
UserDeletedRow fires for each row; I need to perform this action per block of
rows and not individually.
Regards,
Giovanni