vb.net listview & arrays
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am writing a vb.net application. I have a listview with 4 columns. I want to put these values into an array. What is the best way of doing this.
-
Hi, I am writing a vb.net application. I have a listview with 4 columns. I want to put these values into an array. What is the best way of doing this.
IMO a ListView is a viewer, which means it shows data it got somewhere; that same somewhere should be used to stuff an array, not the ListView itself. You shouldn't mix up presentation and business layers. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.