drop down list is not part of the user control.
I load the user control dynamically on the page inside OnInit event (where I have no knowledge whether the user has changed the drop down list selection or not).
I would also rather steer clear of Viewstate at this point, any ideas?