S
studen771
Thanks in advance to anyone who can help 
I have a listbox within a composite control whom I want to capture the
SelectedIndexChanged event. I expose the listboxes 'AutoPostBack' property
and set it to true so this event can happen.
**The listbox does successfully perform post backs to the server upon the
user selecting different items (SingleMode of course)**
However, the selectedIndexChanged event does not 'bubble up' or fire. (I do
have a button control who's command event does successfully fire and is
captured in the overridden OnBubbleEvent method)
Help anyone??
I have a listbox within a composite control whom I want to capture the
SelectedIndexChanged event. I expose the listboxes 'AutoPostBack' property
and set it to true so this event can happen.
**The listbox does successfully perform post backs to the server upon the
user selecting different items (SingleMode of course)**
However, the selectedIndexChanged event does not 'bubble up' or fire. (I do
have a button control who's command event does successfully fire and is
captured in the overridden OnBubbleEvent method)
Help anyone??