Hi;
Being relativly new to C# and .NET, I am hoping someone can point me in the right direction. I have a listview called mylistview such as:
|--------------------------------------|
|City | Los Angeles | 3,600,000 |
|--------------------------------------|
|City | New York | 5,600,000 |
|--------------------------------------|
|Town | Cheektowaga | 600,000 |
|--------------------------------------|
|City | Miami | 4,500,000 |
|--------------------------------------|
When I click on the listview item in the 2nd row, 2nd column (New York), I need to be able to find out what the value of the 2nd row, 1st column cell is: (City).
Thanks
jbsys
Being relativly new to C# and .NET, I am hoping someone can point me in the right direction. I have a listview called mylistview such as:
|--------------------------------------|
|City | Los Angeles | 3,600,000 |
|--------------------------------------|
|City | New York | 5,600,000 |
|--------------------------------------|
|Town | Cheektowaga | 600,000 |
|--------------------------------------|
|City | Miami | 4,500,000 |
|--------------------------------------|
When I click on the listview item in the 2nd row, 2nd column (New York), I need to be able to find out what the value of the 2nd row, 1st column cell is: (City).
Thanks
jbsys