Click here to Skip to main content
15,901,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All
I am doing Device Application in C# so my device read the tag and display the data in List View. Now my question is should not display the same data (Duplicate data) repeatedly in list view. How can I make it possible ? If any idea Please help!

Thanks & Regards
Indrajit Dasgupta
Posted

1 solution

Check the contents of the ListView for the existence of each tag before you add it into the list.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900