HOW TO: Implement Two-Way Binding on a DropDownList within a FormView/DetailsView/GridView Control
Solution
DropDownList in a FormView control by Mike Pope - Use the two-way binding <%# Bind("name") %> syntax on SelectedValue attribute of DropDownList control.