In the world of Asp.Net 4, there is a form waiting to be filled with numeric data by the customer. However, this task can sometimes prove tricky as customers may struggle to calculate and input the total figure for each of the four fields.
An innovative solution is being considered - the addition of a calculator link that would lead the customer to another page where they can input all the minor numbers to find the total. The challenge lies in enabling them to save the total figures and then transfer them back to the original page seamlessly.
The possibility of using Ajax/javascript or sessions to keep track of the figures has been pondered, but uncertainty lingers.
If you have any insights on how this can be achieved, your guidance would be greatly appreciated.