Q45
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"
AnswerD.
cboAnimal.SelectedIndex="Cat"
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board