请问 gridview 里面 怎么取得某个列的值的和啊?
------解决方案--------------------------------------------------------
- C# code
try{ double b = Convert.ToDouble(e.Row.Cells[2].Text); sum_money += b; }catch {}
try{ double b = Convert.ToDouble(e.Row.Cells[2].Text); sum_money += b; }catch {}