Content protected from screenshots
GKFix.in
General Knowledge
Categories
Concept Builder Quiz
About Us
Start Quiz
Home
My Profile
General Knowledge
Categories
Concept Builder
Start Quiz
Logout
GKFix MCQ Question
Test your knowledge and learn something new
Home
Programming
Question #9622
Back to Home
View All Programming Questions
17 Views
Question
Which of the following selects the Cat item, which appears third in the cboAnimal control?
A. cboAnimal.Selected = 2
B. cboAnimal.Selected = "Cat"
C. cboAnimal.Text = "Cat"
D. cboAnimal.SelectedIndex="Cat"
Check Answer
Share on Twitter
Share on Facebook
Copy Link
Related Questions
In VB, the ______ first we check the condition; if the condition is true then it executes the true s...
4
The number that appears after the period in the . . . . . . . . value indicates the order in which t...
10
______ is used to delete a certain code from the code editor window.
15