Gets or sets the name of the field from the data source to bind to the TreeNode.NavigateUrl property of a System.Web.UI.WebControls.TreeNode object to which the System.Web.UI.WebControls.TreeNodeBinding object is applied.
Documentation for this section has not yet been entered.
When the System.Web.UI.WebControls.TreeView control is bound to a data source, use the TreeNodeBinding.NavigateUrlField property to specify the field name to bind to the TreeNode.NavigateUrl property of a System.Web.UI.WebControls.TreeNode object. This binding relationship affects all System.Web.UI.WebControls.TreeNode objects to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. When the TreeNodeBinding.NavigateUrlField property is set, the System.Web.UI.WebControls.TreeView control displays a hyperlink for the text of the node, instead of plain text. You can also optionally set the TreeNodeBinding.Target property to specify the window or frame in which to display the linked content.
You can selectively override the TreeNodeBinding.NavigateUrlField property by setting the TreeNode.NavigateUrl property of each node directly.
Instead of using the TreeNodeBinding.NavigateUrlField property to bind the TreeNode.NavigateUrl property of a System.Web.UI.WebControls.TreeNode object to a field, you can set the TreeNode.NavigateUrl property to a fixed value by setting the TreeNodeBinding.NavigateUrl property.
If the data source contains multiple fields, you must first set the TreeNodeBinding.Depth or TreeNodeBinding.DataMember property, or both properties in order to bind to the appropriate field.
The value of this property is stored in view state.