Use the following code to get the text value of the selected item in a ListView:
Form1.lstContacts.options[Form1.lstContacts.selectedIndex].text
Use the following code to get the value of the selected item in a ListView:
Form1.lstContacts.options[Form1.lstContacts.selectedIndex].value




