ASP.Net 2.0 provides an XmlDataSource control for XML data that accepts the path of XML file and returns the XML document to represent hierarchical data in memory. XmlDataSource reads the XML data inside the provided xml document file and can be bound to different types of Data Controls to display the data such as Repeater Control, GridView Control and DataList control. You can also bind the XML data with TreeView or Menu control of ASP.Net using XmlDataSource. ASP.Net 2.0 provides XML namespace that contains collection of classes with number of methods, functions and properties to perform get or set actions on the XML data.
Following are the commonly used properties of XmlDataSource Control:
Be the first to rate this post
Tags: asp.net, xml, asp.net xmldatasource control, asp.net xmldocument, asp.net xml namespace, xmldatasource datafile, xmldatasource xpath, xmldatasource transformfile, asp.net xml xpath, xmldatasource cacheduration, xmldatasource cacheexpirationpolicy absolute, xmldatasource cacheexpirationpolicy sliding
8/28/2008 8:08:59 AM