DataView dv = new DataView(table); dv.RowFilter = " Type='10' and Visible='true'"; dv.Sort = "DisplaySequence ASC"; DataTable dt_New = dv.ToTable();