Hi,
I have a dynamically generated listbox. The actual values for the list items are different from the displayed text. I need to get the displayed text and write it in a text box.
How to get the displayed items from the Listbox ?
Eg.
INTERNAL VALUE = 1
DISPLAYED VALUE = "ONE"
INTERNAL VALUE = 2
DISPLAYED VALUE = "TWO"
and so on...
I need to extract ONE, TWO etc from the List Box. How to do it ?
Thanks in advance.
RR.
I have a dynamically generated listbox. The actual values for the list items are different from the displayed text. I need to get the displayed text and write it in a text box.
How to get the displayed items from the Listbox ?
Eg.
INTERNAL VALUE = 1
DISPLAYED VALUE = "ONE"
INTERNAL VALUE = 2
DISPLAYED VALUE = "TWO"
and so on...
I need to extract ONE, TWO etc from the List Box. How to do it ?
Thanks in advance.
RR.