JasonSummers
Programmer
How do I read all items in my ListView ???
I have a ListView control that I can drag and drop items into. I would like to read all contained (not only selected) items (no need for subitems) in this ListView into an array or another table. The goal being to use the items from the ListView to build a SQL select statement. I'm looking at the ListView.ListViewItemCollection.CopyTo but not really sure how to use this, or if that's the simple approach. Any suggestions or sample code will be appreciated. Thank You, Jason
I have a ListView control that I can drag and drop items into. I would like to read all contained (not only selected) items (no need for subitems) in this ListView into an array or another table. The goal being to use the items from the ListView to build a SQL select statement. I'm looking at the ListView.ListViewItemCollection.CopyTo but not really sure how to use this, or if that's the simple approach. Any suggestions or sample code will be appreciated. Thank You, Jason