TreeView.SetNodeDataBound Method
.NET Framework 3.0
Allows a derived class to set whether the specified TreeNode control is data-bound.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void SetNodeDataBound ( TreeNode node, boolean dataBound )
protected function SetNodeDataBound ( node : TreeNode, dataBound : boolean )
Not applicable.
Parameters
- node
The TreeNode to set.
- dataBound
true to set the node as data-bound; otherwise, false.
Community Additions
ADD
Show: