P
paul_zaoldyeck
HI EVERYONE!
can anyone share an example dataset figure or code???
i'm still neophyte on c# and xml programming.
can anyone share there knowledge with regards to using
dataset...converting it to an xml file and vice versa...
we're having a problem on getting the value of the nodes in xml when it
already has the child of the child of the child...for instance
<parent>
<child>
<grandchild>
<greatgrandchild>
</greatgrandchild>
</grandchild>
</child>
</parent>
i'm planning to use either hash table, dataview or data set...which is
better?
i'm having a problem on how to transfer the data from xml to either of
the above mentioned and vice versa.
can anyone help"?
can anyone share an example dataset figure or code???
i'm still neophyte on c# and xml programming.
can anyone share there knowledge with regards to using
dataset...converting it to an xml file and vice versa...
we're having a problem on getting the value of the nodes in xml when it
already has the child of the child of the child...for instance
<parent>
<child>
<grandchild>
<greatgrandchild>
</greatgrandchild>
</grandchild>
</child>
</parent>
i'm planning to use either hash table, dataview or data set...which is
better?
i'm having a problem on how to transfer the data from xml to either of
the above mentioned and vice versa.
can anyone help"?