I'm developing a solution in C # windows forms and would like an idea to be able to fetch the data from the database and load it into a listview. This loading would come from a combobox, in which I select an item and it brings related data from another table. I have not written any code yet, I'm looking for information on how to do this.