Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Using LINQ to see if Item already exists in list

     Im trying to use c# and linq to simplfy searching through the listview but cannot get it to work can anyone help?

     

    here iswhat i got so far which doesnt work.

     

    var qry = from L in listviewname.items.all

                 where l.item.value == "123"

               Select L…