I have a CheckBoxList with some items in it and when a user clicks a button, I want the value of the checked text boxes to be added to a single string. I've looked all throughout here for an answer but most of them don't work or produce undesired results. Here is the code I have so far:
string selectedItems = CheckBoxList1.Items.???
Not sure where to go from here. Any help is appreciated!