Multiple Choice
Which of the following statements will assign the contents 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
Q14: A keyboard access key is assigned to
Q15: Which of the following is not true
Q16: Which of the following declares a variable
Q17: A Boolean type variable can hold only
Q18: Which of the following is not a
Q20: Which of the following declares a variable
Q21: The order in which controls receive the
Q22: The control is used to gather input
Q23: What is the result after evaluating the
Q24: What is the value of dblOutcome after