delete rows from datagrid
- From: "Sam" <samuel.berthelot@xxxxxxxx>
- Date: 4 Apr 2005 01:07:54 -0700
Hi,
I'm doing the following :
Dim dsDeleted As New DataSet
dsDeleted = dsEquivalents.GetChanges(DataRowState.Deleted)
dgDeleted.DataSource = dsDeleted
basically I create a dataset dsDeleted that gets all the rows deleted
in dsEquivalents, and I fill a datagrid dgDeleted with this dataset.
My problem is that whatever rows I delete, dgDeleted is always empty
and does not seem to get the deleted rows.
What should I do to store the deleted rows in a dataset so i can
proceed to further operations ?
Thx
.
- Follow-Ups:
- Re: delete rows from datagrid
- From: Cor Ligthert
- Re: delete rows from datagrid
- From: Pipo
- Re: delete rows from datagrid
- Prev by Date: Re: General comment
- Next by Date: Re: GUID
- Previous by thread: Finalize and database connection... contradiction in msdn or a misunderstaning from my part ?
- Next by thread: Re: delete rows from datagrid
- Index(es):
Relevant Pages
|