Remove an item from a list

  • Thread starter Thread starter et
  • Start date Start date
E

et

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.
 
What type of list are you talking about, an ArrayList or a dropdown list or
something else?
 
Wonderful, the FindByValue works great! Thanks so much for you rhelp.
Sorry for being unclear, but yes I was using a listbox.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top