Get all data from one row in listview

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all.

I have a small problem.
I have a listview which contais 4 columns. (No. / Desc / Contract / Product).

other properties to this listview (lvActivities):

lvActivities.View = View.Details;
lvActivities.FullRowSelect = true;
lvActivities.HideSelection = false;
lvActivities.MultiSelect = false;

Now the problem:
How can i get data from all columns when i click one item in the listview?

i want to be able to get all info from from item so i can use that info
later on?

Any ideas?

Thank you.
 
Back
Top