hi
i created object array....
object[] array = new object[ listview1.selectedItems.Count];
listview1.selectedItem.CopyTo(array, 0);
i need to display this object[] on listView 2......how can i do that over here
this.listView2.Items.Add( how can i put my object[] over here as a string... );
help me.....thx a lot