Control.PreRender Event
.NET Framework (current version)
Note |
|---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Occurs after the Control object is loaded but prior to rendering.
Assembly: System.Web (in System.Web.dll)
Use this event to perform any updates before the server control is rendered to the page. Any changes in the view state of the server control can be saved during this event. Such changes made in the rendering phase will not be saved.
.NET Framework
Available since 1.1
Available since 1.1
Show:
