add textbox values

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Is there a way to add 4 textbox values without the use of a button and a
postback?

I need to add 4 textboxes and the total should change everytime a new number
is entered in any box.
I tried this once but the postback is causing an 'input string not correct
format' error message when the page first loads and the user enters a number
in any of the textboxes.
 
Back
Top