I have a combobox and a listbox. combobox data is populated from database table.When the user select an item from the combobox, then the listbox will show a certain data from the same table. How do I do this? please help me.