Solved

Which One of the Following Statements Clears the Text Property

Question 137

Multiple Choice

Which one of the following statements clears the Text property of a TextBox control named addressTextBox?


A) addressTextBox.Text = Text.Clear;
B) addressTextBox.Text = "";
C) addressTextBox = Nothing;
D) addressTextBox.Empty() ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions