TLowder
Programmer
- Mar 20, 2002
- 224
Suppose I have 3 text boxes and one button on a page-
Text1
Text2
ButtonCalculate
TextResult
How can I get TextResult to display the value of (Text1 * Text2) when ButtonCalculate is Clicked?
Tom
Text1
Text2
ButtonCalculate
TextResult
How can I get TextResult to display the value of (Text1 * Text2) when ButtonCalculate is Clicked?
Tom