Which one of the following statements assigns the value contained in the Text property of a Text Box control named textbook to the Text Property of a Label control named age Label?
a. ageLabel = ageTextBox;
b. ageTextBox.Text = ageLabel.Text;
c. ageLabel.Text = ageTextBox.Text;
d. ageTextBox = ageLabel;
c. ageLabel.Text = ageTextBox.Text;
You might also like to view...
The direction of the sort order of the records retrieved by a SELECT … FROM statement is indicated by
a) UP or DOWN b) SMALLER TO LARGER or LARGER TO SMALLER c) ASC or DESC d) MIN or MAX e) None of these is correct
When a table is selected, you can click anywhere in the document to ________ the table
Fill in the blank(s) with correct word
________ view is the view you use to enter or change data
A) Design B) Datasheet C) Layout D) Form
Details that describe an Excel file, such as the author or title, are called the document ________
A) references B) labels C) values D) properties