Friday, 19 April 2013

Clear Bound List Box VB.NET





To clear a bound listbox you must remove the binding then clear the content

try this


 Me.ListBox1.DataSource = Nothing
        Me.ListBox1.Items.Clear()




VB.NET 2005 2008


No comments:

Post a Comment

Chrome 138 the last supported

Chrome 138 the last supported  Hey Everyone, Chrome 138 is the last version of Chrome that will support Android 8.0 (Oreo) and Android 9.0 (...