How do you access elements in XML document?
Answer Posted / aravazhi
This way u can access...
XmlDocument xmldoc = new XmlDocument();
xmldoc.Load(Server.MapPath("Employee.xml"));
XmlNodeList xmlnodes = xmldoc.SelectNodes
("Employee/EmpName");
DataGrid1.DataSource = xmlnodes;
DataGrid1.DataBind ();
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How do I convert html to xml?
What language is xml based on?
What is the usage of xml in development?
How do I add an rss feed to my website?
How do I find my rss feed on android?
What is a xml parser?
What is xml signature/encryption?
If I start using xml namespaces, do I need to change my existing dtds?
Do people still use xslt?
How do I convert pdf to xml?
Who developed xslt? : xslt
Is xml a text file?
Why do we need xsd?
What is rss in html?
What is application xml?