I have two checkboxes (Recommended and Others) which have peoples names (concatenated, i.e. John Smith is one item). I want to alphabetize the selected members of each list into one. How can I do this?
I have two checkboxes (Recommended and Others) which have peoples names (concatenated, i.e. John
Share
An ASP.NET implementation with three checkboxlist controls (chkRecommended, chkOthers, chkCombined)
If you just meant a list of the values rather than another control, you can modify the original query I provided or extend it like so