I have around 50 textboxes in my webpage, where user can enter numeric values. As they enter the numbers I have to display the total of all the numbers in another label.
Is there an AJAX or Javascript solution?
So can someone please help me to find what is the best way to achieve this?
With jQuery
With plain JavaScript