This documentation is archived and is not being maintained.
Control Events
Visual Studio 2008
The Control type exposes the following members.
| 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: