This topic has not yet been rated - Rate this topic

UpdatePanel.Triggers Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets an UpdatePanelTriggerCollection object that contains AsyncPostBackTrigger and PostBackTrigger objects that were registered declaratively for the UpdatePanel control.

Namespace:  System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public UpdatePanelTriggerCollection Triggers { get; }

Property Value

Type: System.Web.UI.UpdatePanelTriggerCollection
A collection of objects of type AsyncPostBackTrigger and PostBackTrigger.

The Triggers property gets a collection of all the triggers that have been defined for the UpdatePanel control. (You can define triggers declaratively by using the UpdatePanelTrigger Collection Editor dialog box in the designer or by using the <Triggers> element of the UpdatePanel control.) The collection includes AsyncPostBackTrigger and PostBackTrigger objects.

Declarative triggers that are defined in the Triggers collection are not tracked in view state.

When a control that is a naming container is used as a trigger, all its child controls that cause postback behave as triggers.

.NET Framework

Supported in: 4.5, 4, 3.5

Windows 8 Release Preview, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 SP2, 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.

Did you find this helpful?
(1500 characters remaining)