Multiple Choice
Which of the following statements will assign the contents of the Text property of a TextBox control named txtInput into the Text property of a Label control named lblDisplay?
A) txtInput = lblDisplay
B) txtInput.Text = lblDisplay.Text
C) lblDisplay = txtInput
D) lblDisplay.Text = txtInput.Text
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Which of the following has the highest
Q9: A class-level variable _.<br>A) is declared inside
Q23: What is the result after evaluating the
Q24: What is the value of dblOutcome after
Q25: What is the value of intE after
Q27: When you assign a value of one
Q28: You can break up a long statement
Q33: A Date literal can contain _.<br>A) a
Q38: What is the purpose of using the
Q41: When you declare a constant, you must