Hello,
a simple question:
i have a sort of dashboard page where are shown 5 tables.
Each table has a datasource , each datasoure is the collection resulting by LINQ statements.
Let say one of this tables haas 2 columns. How i can get the sum of the values of a column and put the result at the fott of that column?
COL1 COL2
a 2
b 3
5 =====> this is what i'am asking for
thanks
a simple question:
i have a sort of dashboard page where are shown 5 tables.
Each table has a datasource , each datasoure is the collection resulting by LINQ statements.
Let say one of this tables haas 2 columns. How i can get the sum of the values of a column and put the result at the fott of that column?
COL1 COL2
a 2
b 3
5 =====> this is what i'am asking for
thanks