how to loop in datatable and separate with comma? I want to retrieve a column("name") and separate with comma from datatable and store in a string MyStr Mystr=name1,name2,name3,name4