Groups | Blog | Home
all groups > c# > may 2006 >

c# : Get all data from one row in listview


Lars Erik Nes
5/31/2006 11:23:01 PM
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?

Lars Erik Nes
6/1/2006 12:16:02 AM
I found another post with the same question.

[quoted text, click to view]
AddThis Social Bookmark Button