Multiple Choice
Which one of the following statements assigns the value contained in the Text property of a TextBox control named ageTextBox to the Text Property of a Label control named ageLabel?
A) ageLabel = ageTextBox;
B) ageTextBox.Text = ageLabel.Text;
C) ageLabel.Text = ageTextBox.Text;
D) ageTextBox = ageLabel;
Correct Answer:

Verified
Correct Answer:
Verified
Q90: If all statements in a try block
Q91: Parts of a mathematical expression may be
Q92: The order in which controls receive the
Q93: Rounding can occur when the number of
Q94: The same rules for identifiers that apply
Q96: Code that responds to exceptions when they
Q97: In C#, a variable's data type is
Q98: A _ control is a rectangular container
Q99: The contents of a control's Text property
Q100: An error occurs if you attempt to