Author: Bala | Posted on: 2/2/2011 5:22:14 PM | Views : 883

XML is one of the widely used data exchange formats in the software industry. Hence, working on XML data like selecting a XML node, navigating the XML node tree for finding a node or doing some manipulation on XML nodes has become one of the major and repetitive tasks in many projects. This article shows how to read XML data using an XPath expression in ASP.NET. ...

Go to the complete details ...