Control.DataBindChildren Method
.NET Framework 2.0
Binds a data source to the server control's child controls.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
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. |
Community Additions
ADD
Show:
Note: