views:

26

answers:

0

I am new to C#. I have a datagridview with 3 columns. AmountPaid/TotalDue/BalanceDue.

I am simply trying to subtract the value of AmountPaid column/cells from TotalDue column/cells and place the result in BalanceDue column/cells.

Any code help or links would be appreciated.

Thanks Oceantrain