Control Events
.NET Framework 2.0
| 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.
|
Reference
Control ClassSystem.Web.UI Namespace
Page
TemplateControl
LiteralControl
WebControl
Other Resources
Developing Custom ASP.NET Server ControlsCommunity Additions
ADD
Show: