I have a control that inherits from a dropdown list. I need to override the databind method. All I do is a mybase.databind and then I add some js to the control. For some reason though this causes my selecteditemindex to increase everytime I insert an item in the first position. Is there anyway around this?