Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Parameters
- index (Int32)
The zero-based index of the trigger to replace.
- item (UpdatePanelTrigger)
The new value for the trigger at the specified index. The value can be null for reference types.
Remarks
You can replace an element in the UpdatePanelTriggerCollection object with an AsyncPostBackTrigger object, a PostBackTrigger object, or any custom trigger that derives from UpdatePanelTrigger.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)