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

Nov 28, 2006
6.6k
0

    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

    canuja
    November 28, 2006
    0

    The AutoPostBack is set to False.

    November 28, 2006
    0