Selects the current node in the System.Web.UI.WebControls.TreeView control.
Use the TreeNode.Select method to select the current node in the System.Web.UI.WebControls.TreeView control.
Note As an alternative, you can also select the current node by setting the TreeNode.Selected property to true.