How to grab the sum of a jquery datatables column to use in aspx?
I generate the code for datatables in codebehind .cs file. I have some columns with currency values. How can I sum the whole column and grab it so that I can use it in the .cs file to fill a label?