Documentation for this section has not yet been entered.
The TreeView.SelectedValue property provides a convenient way to determine the value of the selected node. This property simply returns the value of the TreeNode.Value property of the System.Web.UI.WebControls.TreeNode object that is referred to by the TreeView.SelectedNode property. If no node is currently selected in the System.Web.UI.WebControls.TreeView control, an empty string ("") is returned.