I have the fields in my sql table Enrollment
StudentID
Name
Address
Course
I would like to display in the listview Name,Address,course which the ID hidden in a column.
In VB6, listview was my favorite control but somehow Im confuse using it in .NET. It was much easier before but maybe im wrong.
Can someone show me the code to populate the listview wiht data using the listitems and subitems which I have some difficulty implementing. thanks for assistance
Start Free Trial