Microsoft
70-519 · Question #297
You are developing an ASP.NET web page. The page includes a DropDownList control. You need to call a client-side function when the user changes the value of the control. Which event should you handle?
The correct answer is C. Change. See the full explanation below for the reasoning.
Question
You are developing an ASP.NET web page. The page includes a DropDownList control. You need to call a client-side function when the user changes the value of the control. Which event should you handle?
Options
- AClick
- BSelectedIndexChanged
- CChange
- DSelect
How the community answered
(35 responses)- A9% (3)
- B6% (2)
- C71% (25)
- D14% (5)
Community Discussion
No community discussion yet for this question.