Hi
I am trying to save a row item to a internel variable without much succes.
lstTags is a detailed veiw and it curretly works.
I basicaly want to get reocrd 6 save to listViewDataItem
then look to see what the sub items are set too?
The code i have is;
Dim listViewItem As ListViewDataItem = lstTags.Items(6)
Dim itemId As String = listViewItem.SubItems(1).Text
There are no sub-items.
Neil