I need to populate a Listview with the results from a Datatable, the listview is to have multiple columns, I am new in Vb.net so I really don't know how to work with the Listview control and how to make it interact with the datable.
The data is on a MDB file
I have a form with 4 ComboBoxes, so what I need to do is, when user selects the first combobox the listview will display the results filtered by the selected item on the combobox, when the user selects an item from the second combobox the listview will display the values filtered by the first and second conbobox, and so on.
Any Help will be appreaciate it, thxs for your help, JJGarcia
Start Free Trial