Listbox values from dictionary
ok, so i have a dictionary which stores <string,object> (a few values are given to the object, like path, title etc)and than i store the strings in a listbox. My question is how do i search a dictionary(by clicking on a listbox) by its string and then find that object and lets say display its property title in a label.
thanks