Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event.
Assembly: System.Web (in System.Web.dll)
Protected Overridable Sub DataBind ( _
raiseOnDataBinding As [%$TOPIC/kf1c24y6_en-us_VS_110_2_0_0_0_0%] _
)
protected virtual void DataBind(
[%$TOPIC/kf1c24y6_en-us_VS_110_2_0_1_0_0%] raiseOnDataBinding
)
protected:
virtual void DataBind(
[%$TOPIC/kf1c24y6_en-us_VS_110_2_0_2_0_0%] raiseOnDataBinding
)
abstract DataBind :
raiseOnDataBinding:[%$TOPIC/kf1c24y6_en-us_VS_110_2_0_3_0_0%] -> unit
override DataBind :
raiseOnDataBinding:[%$TOPIC/kf1c24y6_en-us_VS_110_2_0_3_0_1%] -> unit
Parameters
- raiseOnDataBinding
- Type:
SystemBoolean
true if the DataBinding event is raised; otherwise, false.
Use the ControlDataBind(Boolean) method in a scenario when your custom control overrides the DataBind method and implements the IDataItemContainer interface. In this scenario, the custom control calls the ControlDataBind(Boolean) method with raiseOnDataBinding set to false to ensure that the base class's DataBind method gets called.
The ControlDataBind method invokes the ControlDataBind(Boolean) method with raiseOnDataBinding set to true.
Note |
|---|
Calling the ControlDataBind(Boolean) method with raiseOnDataBinding set to false causes any child controls to be data bound with the ControlDataBind method. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note