Hi,
I want to delete row by CurrentRow not by index in DT. I’m looping on DT1 (before looping DT1=DT.copy())
I’m getting this error: Remove Data Row: The given DataRow is not in the current DataRowCollection.
Please help
Hi,
I want to delete row by CurrentRow not by index in DT. I’m looping on DT1 (before looping DT1=DT.copy())
I’m getting this error: Remove Data Row: The given DataRow is not in the current DataRowCollection.
Please help
You can check this link, it may solve your problem.
Why are you copying the datarow of once table to another table and then deleting it.
Is there any specific reason?
Regards
Sreejith S S