Explain what a DropDownList object is and how you specify items you want to display in the list.
What will be an ideal response?
The DropDownList object allows users to select one item from a predefined list. It is similar to the ListBox object used in Windows applications, except that for a DropDownList object, the list of items remains hidden until users click the list arrow button. After adding a DropDownList object to a form and naming it, you can specify the items you want to display in the list. You often want to order these items alphabetically or numerically for ease of use. The first item in this list appears in the DropDownList object by default. The DropDownList object will not display the items in the list until you run the application and display the Web form in a browser. The user must click the list arrow to view the complete list of items during execution. The prefix for the name (ID) of the DropDownList object in Visual Basic is ddl.
You might also like to view...
A digital forensics examiner might need a formal ____________________ to practice.
Fill in the blank(s) with the appropriate word(s).
The color, size, weight and speed of an object are examples of its _________.
a) attributes. b) behaviors. c) classes. d) requirements.
Critical Thinking QuestionsCase 4-2The arithmetic operators in your program are not behaving the way you think they should be, so you decide to brush up on your operators and the hierarchy of operations.You perform the operation 12\5 and you do not get the same number as your program does. What is the correct answer? a. 2c. 2.4b. 2.6d. 3
What will be an ideal response?
The shortcut key for setting a keyframe in Flash is _______________.
Fill in the blank(s) with the appropriate word(s).