I am trying to add a list of linked lables to a listview. I amd doing so like this
foreach (String s in values) { LinkLabel label
I tried your code. What you are doing is adding control to listitem and not items.
Thus, when you check => txtbox.Items.Count = 0; and txtbox.Controls.Count = 2 after the for loop.