Control::OnDataBinding Method (EventArgs^)
.NET Framework (current version)
Raises the DataBinding event.
Assembly: System.Web (in System.Web.dll)
This method notifies a server control to perform any logic for binding data that is associated with it.
If you want to handle the DataBinding event, you should override this event-handling method. This ensures that all delegates attached to the DataBinding event are invoked.
.NET Framework
Available since 1.1
Available since 1.1
Show: