I'm fairly new to C#. I’ve recently embarked on a web project using asp.net Visual Web Developer. I'm having some issues with the commands for running calculations on a number of web forms.
Some of the web form consist 10 or more numerical fields.
Each form has a Total field.
There are fields that will need to be cross reference different tables to get the correct figure.
For example:
Table A Table B Table C Table D
--------------------------------------------------
Field A1 Field B1 Field C1 Field A1
Field A2 Field B2 Field C2 Field B2
Field A3 Field B3 Field C3 Field C3
--------------------------------------------------
Total A Total B Total C Total D
If someone could help me out on this one, I would be truly grateful