Hi,
i have a array of objects, for example people and info about them. how could i determine who was selected in the listbox where only their first and last name is shown? Is it even possible somehow to link a item in the listbox with a item in the array? Obviously i can't rely on SelectedIndex because when the names in the listbox get filtered it just doesn't work anymore.
In my application i have a listbox where are the names of persons and when i click on one person in the listbox i want to see their detais (address/contacs/misc). And the problem is when two persons share the same name.