ataGridView Display Child

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thom Little

    ataGridView Display Child

    Using C# 3.5 in a Windows Form.

    I have an XML file with children. How can I display the children in a
    DataGridView?

    I assume that I can only display one child at a time.

    How do I select the child to be displayed? s an example ... display the two
    rows in child b in the following.

    <xxxx>
    <x>
    <id>a</id>
    <value>22</value>
    </x>
    <x>
    <id>b</id>
    <value>33</value>
    </x>
    </xxxx>

    .... Thom
    _______________ _______________ _______________ ______
    Thom Little - www.tlanet.net - Thom Little Associates, Ltd.
Working...