Sir,
using vb.net on 3.5framework
need to read data from an XML file. And display on label. Below is xml file details
<?xml version="1.0" encoding="utf-8" ?>
<!-- This is a sample XML file for various XML example-->
<books>
<book ID="1">
<name>Adobe Flex 3: Training from the Source</name>
<author>Jeff Tapper</author>
<price>47.99</price>
<type>Flex</type>
<image>AdobeFlex3.jpeg</image>
</book>
<book ID="2">
<name>Styling Web Pages with CSS</name>
<author>Tom Negrino</author>
<price>15.99</price>
<type>CSS</type>
<image>CSS.jpeg</image>
</book>
<book ID="3">
<name>Adobe Flash CS4 Professional</name>
<author>Mark Schaeffer</author>
<price>19.99</price>
<type>Flash</type>
<image>FlashCS4.jpeg</image>
</book>
</books>
eg:
Name: name from xml file
Email id: email id from xml file
Price: price from xml file