C
cql90
Hi All Pro,
I try to delete item from the listbox control, but I am always got this
error message after the item was removed from the list:
" There is no row at position 0 "
Here is how I do it:
listbox1.Items.RemoveAt( listbox1.SelectedIndex );
listbox1.ClearSelected();
Any help is greatly appreciated. Thanks you all in advance...
Kate
I try to delete item from the listbox control, but I am always got this
error message after the item was removed from the list:
" There is no row at position 0 "
Here is how I do it:
listbox1.Items.RemoveAt( listbox1.SelectedIndex );
listbox1.ClearSelected();
Any help is greatly appreciated. Thanks you all in advance...
Kate