R
Rens Renooij
Hi group,
in a checklistbox I have some item that can occur(when checked) in a
datatable.
when I uncheck 3 items and press the update button a problem occurs.
In the Buttonevent I make a loop where I search for still excisting
unchecked(s) searching the id with dataviewtable.find().
If found the datatable.rows[found].delete() is called.
I see this happen tree times in debug mode.... so far, so good....
But when I call the adapter.update(ds
) only the first two rows are
really updated and the last one still is in the sql-server.
Do I have todo something extra before calling update or has any one a
solution to my problem?
Thanks in advance,
Rens
in a checklistbox I have some item that can occur(when checked) in a
datatable.
when I uncheck 3 items and press the update button a problem occurs.
In the Buttonevent I make a loop where I search for still excisting
unchecked(s) searching the id with dataviewtable.find().
If found the datatable.rows[found].delete() is called.
I see this happen tree times in debug mode.... so far, so good....
But when I call the adapter.update(ds
really updated and the last one still is in the sql-server.
Do I have todo something extra before calling update or has any one a
solution to my problem?
Thanks in advance,
Rens