Quantcast
Channel: User ereyes - Stack Overflow
Browsing all 6 articles
Browse latest View live

Comment by ereyes on LINQ to XML query from multiple ListBox items

Thank you for this but this is throwing an error: System.Web.UI.WebControls.ListItemCollection' does not contain a definition for 'Where' I'am really starting learning so i don't know where to go from...

View Article



Linq to XML join

I have one XML file where values are stored in category element separated by...

View Article

LINQ to XML query

I have two xml files.First company.xml:<company active="1"><name>name1</name><location>first...

View Article

LINQ to XML query from multiple ListBox items

I need an example of linq to xml query.I have two ListBoxes with SelectionMode set to Multiple.My query for populating first ListBox is:var query = doc.Root.Descendants("Articles") .OrderBy(b =>...

View Article

LINQ to XML query from querystring

I need to create xml files based on querystring values.My xml...

View Article


LINQ to XML select

I have two xml documents with some elements likedoc1<Item id="22"/><Item id="33"/><Item id="44"/>...doc2<Item id="33"/><Item id="44"/><Item id="66"/><Item...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images