Bulldog13
Golden Member
Good morning Programm forum!
I have 3 textboxes, 1 of which is databound to a field which displays an integer. How do I sum the contents of the 3 boxes, in real time, using ASP.NET without a postback? I know how to do it in straight JavaScript, but I can't seem to figure out how to do it in ASP.Net.
So I have a 1, 1, 3 in my first 3 textboxes then the final box would be 5. If I change it to 2,1,3 that the last box would read 6 instantly. Is this possible in ASP.NET?
I have 3 textboxes, 1 of which is databound to a field which displays an integer. How do I sum the contents of the 3 boxes, in real time, using ASP.NET without a postback? I know how to do it in straight JavaScript, but I can't seem to figure out how to do it in ASP.Net.
So I have a 1, 1, 3 in my first 3 textboxes then the final box would be 5. If I change it to 2,1,3 that the last box would read 6 instantly. Is this possible in ASP.NET?