All,
How do I get the value from a DTC listbox?
I am currently putting it into a session as it is needed to be called on another page. The syntax I am currently using is as below:
session ("Code" = TwoDigitDropDown.getValue(TwoDigitDropDown.selectedIndex)
All that happens is it is pulling the first value from the listbox, so no matter what you pick, on the next page it just displays the relevant data for that first value.
The listbox is databound to a recordset on the same page.
Anyone help?
How do I get the value from a DTC listbox?
I am currently putting it into a session as it is needed to be called on another page. The syntax I am currently using is as below:
session ("Code" = TwoDigitDropDown.getValue(TwoDigitDropDown.selectedIndex)
All that happens is it is pulling the first value from the listbox, so no matter what you pick, on the next page it just displays the relevant data for that first value.
The listbox is databound to a recordset on the same page.
Anyone help?