Hi frnds,
I am having a ListView which has been customised into rows and columns.The column fields r like EmpID,EmpName.I want to select the second item from the list i.e EmpName.But by using the following code I can able to receive the data from the first field only.
ListView.Items[1].Text;//Gives EmpID
So can anybody suggest me how to retrive the second field data.