Which one of the following statements clears the Text property of a Text Box control named address Text Box?
a. addressTextBox.Text = Text.Clear;
b. addressTextBox.Text = "";
c. addressTextBox = Nothing;
d. addressTextBox.Empty();
b. address Text Box.Text = "";
Computer Science & Information Technology
You might also like to view...
When troubleshooting slow performance, how can you check for a history of problems?
What will be an ideal response?
Computer Science & Information Technology
A technology used to create interactive Web content, such as animation sequences is ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
The only way to select all of a table is to drag through each row.
a. true b. false
Computer Science & Information Technology
The statement, when executed in a while loop, skips the remaining statements in the body of the statement and begins the next iteration of the loop.
a) continue b) break c) next d) None of the above.
Computer Science & Information Technology