I want to maintain both ID and Object Type in my ListView. I\'m trying to do this:
lstView.Items.Insert(MyObject); // can\'t do this, because it takes only Int
Create new listviewitem object. use Tag property.