I have a listbox i want to populate with elements from a database. I have an id and a name that I get from the database.
How can I change the listbox's default indices to the id's i get from the database? So that the listbox displayes the text, and has the id as index.