howb to make a foreach (ListViewDataItem li in ListView6.Items) switch (li)
i'm trying to iterate each listview item and apply some stringbuilder code but i get this: A switch expression or case label must be a bool, char, string, integral, enum, or corresponding nullable type
Go to the complete details ...