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

Passwords Made Easy

Today i thought i would write about password security. As we are all aware passwords are important but we continue to use very poor password...