Control.DataBindChildren Method ()
.NET Framework (current version)
Binds a data source to the server control's child controls.
Assembly: System.Web (in System.Web.dll)
Use the DataBindChildren method to bind a data source to the child controls of a server control.
Note |
|---|
When called on a server control, this method does not bind data to the control. To bind a server control and all its child controls, call the DataBind method. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
