After capturing the SelectedIndexChanged event for a ListBox control, you find that the event handler doesn’t execute. What could the problem be?
Ravi Kumar
I think the problem can be the "autopostback" property of the ListBox control.
Autopostback Property of the ListboxControl should be true whenever you want to execute the SelectedIndexChanged event
The AutoPostBack is set to False.