
May 11th, 2003, 10:49 PM
|
|
Junior Member
|
|
Join Date: May 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
[VB.NET] load XML file contents into a listview
can anyone help? i can only put the XML file into a dataset and add into the listview..but can i choose specific columns of the listview to display the contents and NOT all the columns?
For instance, i have Name, Company, Contact Number in the XML file. Instead of displaying Name, Company and Contact Number in Columns 1, 2, 3... i wan Name to be displayed in column1, Company in column 5, Contact Number in column 10. Is it possible?
|