The SelectedValue property of ASP.Net DropDownList control enables you to get or set the value of 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
