Probelm:
I select the following values from a list box (name = ListValue):
Smith, John
Hudson, Alice
strSelectValue = Request.Form("ListValue"
The strSelectValue returns:
"Smith, John, Hudson, Alice"
I get 4 values instead of two. How can I handle this problem?
Thank you for your help.
I select the following values from a list box (name = ListValue):
Smith, John
Hudson, Alice
strSelectValue = Request.Form("ListValue"
The strSelectValue returns:
"Smith, John, Hudson, Alice"
I get 4 values instead of two. How can I handle this problem?
Thank you for your help.