Hai Experts,
I am having difficulty in saving/storing multiple values in a listbox. Briefly, I have a combobox to choose from, where the value selected will be added to a listbox. From the listbox(with multiple entries),I wanted to save it to a field in my SQL DB. I've been stuck for 2 days looking for solution,but nothing is working. Most of the example I found are Listbox items to save to txt files, or the SelectedItem methods. As for my issues, I don't have to select from the listbox,but to save/store the values in the listbox.
Thank you All.
Judd