I have multiple textboxes (say 16) which I need to update a label with the sum of the said textboxes on the event of change.
Do I need to write the same code (that calculate the sum) for each textbox's change event?
Or is there another way which I can apply the code to each object that is changed.