So even if you did something like this:
VB Code:
'' somewhere in code '' drpMyDropDownList.DataSource = dtaSomeDataSet 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?




Reply With Quote