Adding items to List
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hai iam working with list and i have added items to list and how can i find whether the items r added to list or not using windows applications using c# and how can i display the items in list in windows applications plz any one help me in this problem
-
Hai iam working with list and i have added items to list and how can i find whether the items r added to list or not using windows applications using c# and how can i display the items in list in windows applications plz any one help me in this problem
if it is a listView control or it's a collection type in both cases u can check by calling the "Contains" function of both classes. This function returns true or false. and to display those just add them list.items.add(item)