Using Asp.Net 4.
I have a form that includes 4 fields for the customer to enter numeric data into.
Sometimes it's difficult for the customer to do because they may need to add up some more numbers before arriving at the total figure for each input box.
I'm toying with the idea of adding a calculator link. This would open another page where the customer could input all the minor numbers to find the total. However, what I would like to be able for them to press save then transpose the total figures back to the original page.
I'm unsure how this could be acheived - is it Ajax/javascript? Do I need to use session to maintain the figures?
Any help would be appreciated.