Question:

[ C# ] Populating Listview from an XML file.

by  |  earlier

0 LIKES UnLike

Could anyone explain to me how I populate a listview from an XML file?

I want to be able to populate multiple Columns like Name, Address , phone number.

From a XML file.

Please help, this is turning me CRAZY!

 Tags:

   Report

1 ANSWERS


  1. how to read data from text file and display it in alist view
    data.txt
    {
    Employee none manager,consultant,workinghour none id,name none voidset(),voidget()
    Manager Employee hourlyworker,hour id,name hour,date void set (),void get()
    void calculatesalary(), void calculate ()
    }
    while Employee-> parent class
    Manager,consultant,workinghour->childern (inherited classes)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions