HI,
I have webform with listbox, texbox and button1 and button
When I type text int texbox and press button1 I add item in listbox
for example I do that five times and then I have 5 item in listbox
on button2 click I wont to insert all that item(text value) in one string
I do that for saving it in to database as one text
I try something with List<> but it dosent work
also I try to set all item in listbox as selected (whit foreach loop) but it gives me text only for first row
VulpesPosted Feb 7, 2015, 6:25 PM
If in the Properties Box, you change the SelectionMode for the ListBox to Multiple, then it should allow you to select all the items at once.