Which of the following codes will add two numbers and display the sum in TextBox1 in Visual Basic? (Assume that the Name property of the TextBox is Text1)
A
B
C
D
shouldn't it be text1.val?
Which of the following codes will add two numbers and display the sum in TextBox1 in Visual Basic? (Assume that the Name property of the TextBox is Text1)
A
B
C
D