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
21 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
What output will be returned if the following Visual Basic code is executed? strCityState = "Nashvil...
10
The ______ function is used to get the length of a string.
28
The ______ keyword is used to indicate that a method replaces a base class method.
38