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...
The syntax for the trim method is ____.
A. Trim.string B. string.Trim C. string.TrimMethod D. trim(string)
Computer Science & Information Technology
Of the four basic multiplexing techniques, is CDM always the best? Explain.
What will be an ideal response?
Computer Science & Information Technology