Table of Contents
XmlFile Property

Used to support binding the control to XML data source on .NET 1.1.

Syntax
 public String XmlFile { get; set; }
Remarks

In .NET 1.1 only, use this property to specify the name of the XML file which contains the XML data source. The control automatically binds to this XML data source.
Since .NET 2.0 has native support on XML data binding, DataSourceID property is used to specify the ID of XmlDataSource class to support binding the control to an XML source.

See Also