Sunday, May 25, 2008

How to use XmlDataSource -Asp.net 2.0

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:

1 comment:

Saiful Alam said...

The blog is helpfull...
visit also asp.net example