C#: Deal with xml, treeview datagridview and datatables
Posted
by renulren
on Stack Overflow
See other posts from Stack Overflow
or by renulren
Published on 2010-06-17T18:11:51Z
Indexed on
2010/06/17
18:23 UTC
Read the original article
Hit count: 188
Hi all,
I am working on a project that pulls data out of an xml files and also uses a tree-grid combination in order to display the data. For example depending on the selected treeview node, the datagridview will display only the records related to that node.
What do you think it would be the appropriate approach in dealing with this?
Thanks!
© Stack Overflow or respective owner