SyntaxFix
Write A Post
Hire A Developer
Questions
You can do it using the foreach loop
DataTable dr_art_line_2 = ds.Tables["QuantityInIssueUnit"]; foreach(DataRow row in dr_art_line_2.Rows) { QuantityInIssueUnit_value = Convert.ToInt32(row["columnname"]); }