G
Guest
I have a multi-value drop down box (<select name="Users" multiple>...)
When my form is posted, i can read Request.Form.Item("Users"), a string that
contains all values separated by comma. The problem is, that each value
itself can contain comma as well, in which case i have no way to separate my
values.
For example, my list box contains Smith, John and Cohen, David, two values.
When the selection box is posted, i am getting "Smith, John, Cohen, David",
no way to separate the values. Are there ways around?
Please help!
Julia
When my form is posted, i can read Request.Form.Item("Users"), a string that
contains all values separated by comma. The problem is, that each value
itself can contain comma as well, in which case i have no way to separate my
values.
For example, my list box contains Smith, John and Cohen, David, two values.
When the selection box is posted, i am getting "Smith, John, Cohen, David",
no way to separate the values. Are there ways around?
Please help!
Julia