int i = 0; foreach (DataRow row in DataTable.Rows) { arrData[i] = row["myColumn"].ToString() i++; }
Regards, Raja, USA
Login to post response