Get all data from one row in listview

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top