Hello,
Can someone help me adding two text box.
example:
textbox1 = (1)
textbox2 =(50)
textboxsum = (51)
i have already values on textbox1 and textbox2, I want the two values of textbox automatically computed on textboxsum.
Note:
textchange event works but i need to manually input the values on textbox in order to get the sum.
thanks in advance