This issue is made especially difficult by the fact that a postback does not have SelectedIndex property set correctly, requiring the use of ViewState to track the selected index, as well as additional code in Page_Load, and any event methods that change the selected index.
↧