You are trying to concatenate a string value, in the below code that you have written.

Code:
string currentTotals = "";
If you really want to display the total. Try parsing it, or else instead of using string use decimal.