I have created a ComboBox on a page and I am adding the SelectedIndexChanged event handler via code in the page load event. When I dynamically add an item to the ComboBox and select the new Item during the adding process I would expect the SelectedIndexChanged event to fire. The AutoPostBack property is set to true and only one item exists in the ComboBox.
Please could someone tell me if I am doing something stupid or if this is a bug with the control.
Thanks.
Please could someone tell me if I am doing something stupid or if this is a bug with the control.
Thanks.