UpdatePanel.Initialize Method
Initializes the UpdatePanel control trigger collection if partial-page rendering is enabled.
Namespace: System.Web.UI
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
If partial-page rendering is not enabled, the triggers that are defined in the Triggers property are not initialized because they have no effect. The EnablePartialRendering property of the ScriptManager control gets or sets a value that indicates whether partial-page rendering is enabled. The SupportsPartialRendering property of the ScriptManager control gets or sets a value that indicates whether partial-page rendering is supported.
Notes to InheritorsWhen you override the Initialize method, make sure to call the base class so that triggers are registered if partial-page rendering is enabled.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.