i have a multisimple listbox.
if i have 5 items in the listbox & i select the 5th, the selectedindex reported in the listbox_SelectedIndexChanged event is 4.
if as a second selection i choose the 1st item, selectedindex = 0
so far no problem.
if i next choose any other item, while the 1st item is still selected, the selectedindex reported in the listbox_SelectedIndexChanged event is always 0.
anyone know what i'm doing wrong?
if i have 5 items in the listbox & i select the 5th, the selectedindex reported in the listbox_SelectedIndexChanged event is 4.
if as a second selection i choose the 1st item, selectedindex = 0
so far no problem.
if i next choose any other item, while the 1st item is still selected, the selectedindex reported in the listbox_SelectedIndexChanged event is always 0.
anyone know what i'm doing wrong?