ESRI.ArcGIS.ADF.Web.UI.WebControls
BindToDataSet Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : BindToDataSet Method




ds
System.Data.DataSet object to use to create the tree.
Using this member, an ADO.NET Dataset can be used to create the Tree.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub BindToDataSet( _
   ByVal ds As DataSet _
) 
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim ds As DataSet
 
instance.BindToDataSet(ds)
C# 
public virtual void BindToDataSet( 
   DataSet ds
)

Parameters

ds
System.Data.DataSet object to use to create the tree.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.