2
Reply

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

Ravi Kumar

17y
6.6k
0
Reply

    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.

    17y
    0