It is amazing to use XmlDataSource in asp.net , In asp.net 1.1 i wrote lengthy code to populate the XML source into server side page.now simple one line code is doing whole functionality...
we need to mention
1.Datafile-->source of the XML file.
2.Xpath-->which is used to pickup the exact node in the xml file.
3.Transfom file-->XMLT binding
Code: