TreeView.SelectedValue Property
.NET Framework 3.0
Gets the value of the selected node.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The SelectedValue property provides a convenient way to determine the value of the selected node. This property simply returns the value of the Value property of the TreeNode object that is referred to by the SelectedNode property. If no node is currently selected in the TreeView control, an empty string ("") is returned.
Community Additions
ADD
Show: