I have a webform with a databound DropDownList on it. After selecting an entry from the list and submitting the form, the SelectedIndex property still contains the default value rather than the value that I selected from the list. I have other similary configured webforms with databound DropDownLists and they all work as expected. The only differences are that the form that doesn't work contains a UserControl and the pull their data from different tables. Any Ideas?