Control Events
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | DataBinding | Occurs when the server control binds to a data source. |
![]() | Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. |
![]() | Init | Occurs when the server control is initialized, which is the first step in its lifecycle. |
![]() | Load | Occurs when the server control is loaded into the Page object. |
![]() | PreRender | Occurs after the Control object is loaded but prior to rendering. |
![]() | Unload | Occurs when the server control is unloaded from memory. |
Show:
