↧
Answer by ColinE for LINQ to XML query from querystring
This should get you started in the right direction, it will find all products where the Category element is either Book or PaperList<string> categories = new List<string() {"Book",...
View ArticleLINQ to XML query from querystring
I need to create xml files based on querystring values.My xml...
View Article