How to load the contents of an xml file into an xmldocument object?
Answer / Shivaji Pratap Singh
You can use XDocument or XmlDocument to load XML files. Here is an example using XmlDocument:nnXmlDocument doc = new XmlDocument();ndoc.Load("filename.xml");
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Event Bubbling in .NET?
What is common language specification (cls)?
Difference between user groups and code groups
Describe the difference between inline and code behind which is best in a loosely coupled solution?
How different are interface and abstract class in .Net?
Why MVC programming model preferred?
How to debug failed assembly binds?
What are the fundamental objects in ADO.NET?
What's singlecall activation mode used for in .net?
How will you register com+ services?
What is a serviced component?
What are the providers available with VS.NET ?