I have a page that contains some dynamically created controls (TextBox and DropDownList). When a postback occurs, the TextBoxes keep their values, but the DropDownLists lose
May be you need to explicitly activate the ViewState for those DropDownLists...
EDIT: This is what I mean by my last comment...