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?
A.
Click
B.
SelectedIndexChanged
C.
Change
D.
Select