Surendra Sharma

Surendra Sharma

Search This Blog

Showing posts with label Listview. Show all posts
Showing posts with label Listview. Show all posts

Tuesday, May 4, 2010

Enter data in subitem of particular item(i.e. rows) in Listview

Solution :->
listview1.Items[iRow-1].SubItems[2].Text =sCallDuration;
listview1.Items[iRow-1].SubItems[3].Text= sStatus;