Hello World!!
I have a multiselect listbox and i want to transfer the selected values to a text box to create a single string
I mean, if my list box have the values
value1
value2
value3
value4
and i have selected the values
value2
value4
with a clikc in a button, i want to sent these values to a textbox and create the string
value2, value4
How can i do this?????
Thanks for your time....