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.