So even if you did something like this:

VB Code:
  1. '' somewhere in code
  2.     ''
  3.     drpMyDropDownList.DataSource = dtaSomeDataSet
  4.     drpMyDropDownList.Bind()

Otherwise, is EnableViewState a read only property at runtime or could you change it to False and then back to True and perhaps that might clear it?