you need to set the set the datasource
VB.Net
me.ListBox1.DataSource = dsData.tables(0)
me.ListBox1.DisplayMember = "Column Name"
me.ListBox1.ValueMember = "Column Name"
C#
this.ListBox1.DataSource = dsData.Tables(0);
this.ListBox1.DisplayMember = "Column Name";
this.ListBox1.ValueMember = "Column Name";
It's important for us to explain to our nation that life is important. It's not only life of babies, but it's life of children living in, you know, the dark dungeons of the Internet."â George W. Bush - Arlington Heights, Ill., Oct. 24, 2000