G
Guest
I have a really stupid problem I'm hoping to get help with.
The problem occurs if I delete rows from a dynamically built datatable.
ie:
CreateDataTable(); // creates the structure of the table
myTable.Rows[4].Delete();
now if I put that datatable back in a dataset and bind that ds to a grid, I
get the error "there is no row at position 216"
why oh why? Please help!
The problem occurs if I delete rows from a dynamically built datatable.
ie:
CreateDataTable(); // creates the structure of the table
myTable.Rows[4].Delete();
now if I put that datatable back in a dataset and bind that ds to a grid, I
get the error "there is no row at position 216"
why oh why? Please help!