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
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