SyntaxFix
Write A Post
Hire A Developer
Questions
Good afternoon, you could always use a little LINQ to get the selected list items and then do what you want with the results:
var selected = CBLGold.Items.Cast<ListItem>().Where(x => x.Selected); // work with selected...