NAVIGATEURL Attribute | NavigateUrl Property
Sets or retrieves the URL of the page to navigate to when the user clicks a node.
Syntax
ASP <tagPrefix:ELEMENT NAVIGATEURL = sNavigateURL ... > Script [ sNavigateURL = ] object.NavigateUrl
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. sNavigateURL System.String that specifies or receives the URL of the page to navigate to when the user clicks a node. The property is read/write. The property has no default value.
Remarks
This property makes the Text property into a link to the specified URL.
An element that is assigned this property neither posts back to the server nor fires an event.
Applies To
TREENODE, TREENODETYPE
See Also
Internet Explorer WebControls, About the TreeView WebControl