Deleting Rows from a DataTable...

  • Thread starter Thread starter karthick
  • Start date Start date
K

karthick

Hi,

I am reiterating through a Datatable and deleting few rows based on
the user's selection (with the index ref). I use
datatable.rows[index].Delete() for this purpose. But if I select three
rows, it just deletes only two rows; any idea ?.

Any help is much appreciated. Thanks.

Karthick
 
Also, sometimes when I delete three or two rows, it just deletes only
one row randomly... Any idea about this issue ?.

Thanks.

Karthick
 
Back
Top