The SelectedIndex property of ASP.Net DropDownList control enables you to get or set the zero-based index of the selected list item dynamically using C# code. When user clicks on any list item of dropdownlist control it fires the OnSelectedIndexChanged event that can be handled at server side to get the index of the list item clicked by the user.
