BaseDataList.DataBind Method ()
.NET Framework 3.0
Binds the control and all its child controls to the specified data source.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the DataBind method to bind the data source specified by the DataSource property to the data listing control. By binding the data source to a data listing control, the information in the data source is displayed in a data listing control.
The DataBind method is also commonly used to synchronize the data source and a data listing control after information in the data source is updated. This allows any changes in the data source to also be updated in a data listing control.
If the data source for the data listing control is specified by the DataSourceID property, you do not need to call the DataBind method. ASP.NET calls this method automatically to bind the specified data source control to the data listing control.
Community Additions
ADD
Show: