Browsing index pages (2 articles)
↧
LINQ to XML query from querystring
I need to create xml files based on querystring values.My xml...
View ArticleAnswer 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 Article
Browsing index pages (2 articles)