Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

BaseNavigator.XmlFile Property

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

[Visual Basic]
Public Property XmlFile As String
[C#]
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

BaseNavigator Class | EO.Web Namespace | Binding to XML data source


Direct link to this topic