List<string> liItems= (from ListItem item in ListBox1.Items where item.Selected select item.Value).ToList();
Related posts
Add comment