The selected value should be bindied to the field that represent it from the main entity. (The FK).
eg. If we are displaying Orders in a GridView and there is a field for the CustomerId, but we want to display a dropdownList of Customer names in the Edit Mode, then the SelectedValue should be binded to the CustomerId of the Orders entity.
SelectedValue='<%# Bind("CustomerId") %>