G
Guest
hi,
a ListBbox is populated with 10 items. whenever the user selects an item in
the ListBox, some actions take place and eventually removes that selected
item from the ListBox and again displays the ListBox.
After deleting an item, I wish to highlight(selection) the next item below
it. After that, the ListBox has to be displayed. What I have to do for that?
Currently I am using the SelectedIndexChanged Event of ListBox. So whenever
i select the next item programatically, the further actions also happens as
if the user has selected another item.
Regards,
Hari
a ListBbox is populated with 10 items. whenever the user selects an item in
the ListBox, some actions take place and eventually removes that selected
item from the ListBox and again displays the ListBox.
After deleting an item, I wish to highlight(selection) the next item below
it. After that, the ListBox has to be displayed. What I have to do for that?
Currently I am using the SelectedIndexChanged Event of ListBox. So whenever
i select the next item programatically, the further actions also happens as
if the user has selected another item.
Regards,
Hari