VB.NET Listboxes
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Urgent - HELP!!!!!!!!!!!!!! How do I populate three (3) different listboxes in a single form - programmatically (vb.net)? I really do not want to use the visual tools. The items of the listboxes are coming from the database. I can connect to the database and can query the database to the specific tables, but my dilemma is that I can't seem to populate the listboxes. Do I need to instantiate three different sqladapters and datasets after I connect to the database? Afterwards, how do I map or bind the results to the specific controls. Please provide a simple code. Thanks. Jay (Lost in Self-strangulation)