DataTable Dtcompany=new DataTable();
var countryList= Dtcompany.Rows.Cast().Select(row => row["Country"].ToString());
List CList= countryList.ToList();
No comments:
Post a Comment