Click to See Complete Forum and Search --> : DataGridView Total


jaype
September 1st, 2010, 01:14 AM
Hi, I am having Datagridview, the Data's are retrieved from SQL using Query, but i need to add to the total at the end for each columns, stuck in it from long days pls help.
Attached a sample.

Thanks,
Jaype

Millig
October 27th, 2010, 04:05 AM
Your attached image is not at all helpful. What do you mean by 'add to the total at the end of each column'? You can get the column totals using the SQL SUM() function.