How to read xml file into dataset

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yogesha
    New Member
    • Feb 2008
    • 5

    How to read xml file into dataset

    i have to edit the xml file by displating it on the datafridview..
    so first i want to load the xml file into dataset.
    i used
    dataset.readxml (path);
    but the problem is my xml file contents childnodes of same name
    so the file will not be loaded since dataset cant have same table names..
    pls any solutions..
    thank u in advance
Working...