Thursday 12 March 2015

how to get sum of values of single column in C# datatable

 dSumofWeights = Convert.ToDouble(dtGrid.Compute("Sum(weight)", ""));

No comments:

Post a Comment