Dear all,
I added 3 item(day, month, year) into listview under a group, then I select one of the item, how do I get the selected item?
I have try this, but it is nothing happen:
Code:
If ListView1.SelectedItems.Equals("day") Then
            TextBox1.Text = "Daily report"
        End If