Tagged Questions
2
votes
4answers
361 views
Basic LINQ syntax
Lets say you have an XML like like this:
<data>
<messages>
<message name="Person" id="P">
<field name="FirstName" required="Y" />
<field name="LastName" ...
1
vote
3answers
6k views
c# Obtain a list of TreeView Parent nodes
If I have a TreeView (myTreeview),how can I obtain a list of all the nodes that are parent nodes? i.e. nodes that have children