foreach(DataRow dr in myTable.Rows) { // dr id the datarow with data // dr["myCokumnname"] has value // dr[0] has value for column 0 }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)