Does anyone know how i get the selected values of a list-box using server side coding?
For example if I have ListA with PersonA, PersonB and PersonC. If user selects PersonA and PersonC, how can determine that these items are selected?
thanks
Your variable value should be "PersonA,PersonC" if those are the only two options selected even though more options in the list. (At least in V7, V9 may be slightly different.)
That is it - the values are in the associated variable. The values are comma-delimited in version 7, and tab delimited in version 9.