E et Jan 5, 2006 #1 How do I remove an item from a list by its value? I tried lst.items.Remove("Client1"), but it didn't remove the item.
How do I remove an item from a list by its value? I tried lst.items.Remove("Client1"), but it didn't remove the item.
P Peter Rilling Jan 5, 2006 #2 What type of list are you talking about, an ArrayList or a dropdown list or something else?
D dew Jan 5, 2006 #4 Wonderful, the FindByValue works great! Thanks so much for you rhelp. Sorry for being unclear, but yes I was using a listbox.
Wonderful, the FindByValue works great! Thanks so much for you rhelp. Sorry for being unclear, but yes I was using a listbox.