1
Answer

How to delete a set of rows from a DataTable based on some condition

Hi all,

   I have a DataTable containing some rows in it. I want to delete a group of rows from that DataTable on some condition (ex: Emp_ID=1 and Dept_ID=2) how can I do this. Please help me.

Answers (1)