TreeNode.Select Method
.NET Framework 3.0
Selects the current node in the TreeView control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the Select method to select the current node in the TreeView control.
Note As an alternative, you can also select the current node by setting the Selected property to true.
Community Additions
ADD
Show: