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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.