G
Gaz
Im trying to use c# and linq to simplfy searching through a listview
but cannot get it to work can anyone help?
here is what i got so far which doesnt work.
var qry = from L in listviewname.items.all
where l.item.value == "123"
Select L.item.value;
Thanks Gary
but cannot get it to work can anyone help?
here is what i got so far which doesnt work.
var qry = from L in listviewname.items.all
where l.item.value == "123"
Select L.item.value;
Thanks Gary