4
Answers

Datatable Select

DataTable dt2 = new DataTable();
dt2 = dtOptimizeColor.Select().Where(p => (p["Group_id"]) == Dts.Rows[i]["Group_id"]).CopyToDataTable();
 
it had 2 records for the GroupId but retrvie only one records what went wrong 
Answers (4)