what is the way to avoid the redundancy in the listview when the items are added to it..
im using winforms c#.net..
i mean how can i compare between the items in listview1 and items in listview2 so that while adding the items from one listview to another it could not enter the items that are already entered in the target listview..
im able to add items from one listview to other but it is adding auplicate items also what is the way to get rid of it..???
what is the way to avoid the redundancy in the listview when the items
Share
You can think of something like:
Now to meet the changes in the problem after edit, you can do it like this:
You can also refer a similar problem in How to copy the selected items from one listview to another on button click in c#net?