TreeView.SetNodeDataPath Method
.NET Framework 3.0
Allows a derived class to set the data path for the specified TreeNode control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void SetNodeDataPath ( TreeNode node, String dataPath )
protected function SetNodeDataPath ( node : TreeNode, dataPath : String )
Not applicable.
Parameters
- node
The TreeNode to set.
- dataPath
The data path for the TreeNode.
Community Additions
ADD
Show: