When working with ASP.NET server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control?
The Click event.
The SelectionChanged event.
The SelectedIndexChanged event.
The ChangedSelection event.