DataBoundControlDesigner.DataBind Method
.NET Framework 3.0
Binds the DataBoundControl object to the data source.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected void DataBind ( BaseDataBoundControl dataBoundControl )
protected override function DataBind ( dataBoundControl : BaseDataBoundControl )
Not applicable.
Parameters
- dataBoundControl
The DataBoundControl object to bind to the data source.
Community Additions
ADD
Show: