Hi,
I have two DataTables, and I'm looping through them. After that, I perform a validation: if datatable1(element) equals datatable2(element), I want to delete that current row. However, I don't know how to insert the index of the current row to be deleted.
And I have this in my code: