Jul 4, 2005 #1 mancroft Programmer Joined Oct 26, 2002 Messages 267 Location GB Dispose, nothing or something else...? Hello I have a checkedListBox with data in it and wish to repopulate it with new data. At present, the new data is just added to the old data. What is the best way to get rid of the old data? Thank you.
Dispose, nothing or something else...? Hello I have a checkedListBox with data in it and wish to repopulate it with new data. At present, the new data is just added to the old data. What is the best way to get rid of the old data? Thank you.
Jul 4, 2005 1 #2 ThatRickGuy Programmer Joined Oct 12, 2001 Messages 3,841 Location US If you're not binding it to a datatable, you coyuld use .items.clear -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys. Upvote 0 Downvote
If you're not binding it to a datatable, you coyuld use .items.clear -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys.
Jul 4, 2005 Thread starter #3 mancroft Programmer Joined Oct 26, 2002 Messages 267 Location GB Thanks, Rick. Upvote 0 Downvote