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;

Computer Science & Information Technology

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

Computer Science & Information Technology

When a table is selected, you can click anywhere in the document to ________ the table

Fill in the blank(s) with correct word

Computer Science & Information Technology

________ view is the view you use to enter or change data

A) Design B) Datasheet C) Layout D) Form

Computer Science & Information Technology

Details that describe an Excel file, such as the author or title, are called the document ________

A) references B) labels C) values D) properties

Computer Science & Information Technology