I have a form
with three TextBoxes
where the user will type any value
and a Label
where I want to show the result of the sum of these values.
However, I'd like to add the contents of these TextBoxes
without having to click a button. I mean, while I'm filling in the TextBoxes
, the values are being summed and the sum is shown in Label
.