I am posting here, since I couldn't find a forum specifically for LINQ.
I have a foreach loop where i filter down the query variable...view below. My problem is, that on each iteration of the foreach loop the *query* variable looses its current value.
Any ideas?
thanks
--tolga
var query = from q in dc.watgLobbyProjectSearches
select q;
foreach (Go to the complete details ...