Content Events
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| DataBinding | Occurs when the control binds to a data source. |
| Disposed | Occurs when the control is released from memory. |
| Init | Occurs when the control is initialized. |
| Load | Occurs when the server control is loaded into the Page control. |
| PreRender | Occurs when the server control is about to render to its containing Page control. |
| Unload | Occurs when the server control is unloaded from memory. |
Reference
Content ClassSystem.Web.UI.WebControls Namespace
ContentPlaceHolder
Other Resources
ASP.NET Master Pages OverviewCommunity Additions
ADD
Show: