xxxtian 0 Light Poster

I successfully populated my listview with an image using a dataset.

I used the large icon view for my listview. I can only show a single text for an image using this.

ListViewItem lvi1 = new ListViewItem(dr["userID"].ToString());

How could I put another text near the image in listview? Subitems doesn't seem to work. Need help