Use ItemData property of the listbox control. It allows u to store id of the string that will be displayed in the listbox at run time.
and when u want to retrieve this values for the selected list item use the same ItemData property with the ListIndex Property of listbox, that returns the index values of the currently selected item.
Thanx Manish