ListBox Concatenation...

dekode

Newcomer
Joined
Sep 2, 2003
Messages
5
Location
Des Moines, IA
I know you can use a loop to concantenate the selected values of a listbox into a single string. I just wanted to know how this function works:

myListBox.SelectedValue.Join(delimiter,value)

If any one else has a different way of concatenating the multiple values of a listbox - I'm interested to see your method.

Not sure why .NET made this a manual process? :confused: Using CF or ASP the values were passed as a comma delimited string automatically.

T.I.A.
 
Back
Top