ListBox.SelectedIndexChanged not fired (composite)
Greetings all-
I have a listbox within a composite control that is NOT firing the SelectedIndexChanged event- the 'AutoPostBack' property is exposed and set to true, and ViewState for the lisbox is not being disabled.
I have an overridden OnBubbleEvent method within the composite control and the SelectedIndexChanged event does absolutely nothing in regards to the event (I do have another Button server control who's click event does successfully bubble and I'm able to capture and handle without problem)
Anyone?
|