The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UpdatePanelTriggerCollection::InsertItem Method (Int32, UpdatePanelTrigger^)
.NET Framework (current version)
Inserts an UpdatePanelTrigger object into the UpdatePanelTriggerCollection object at the specified index.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which the trigger should be inserted.
- item
-
Type:
System.Web.UI::UpdatePanelTrigger^
The trigger to insert. The value can be null for reference types.
You can add AsyncPostBackTrigger objects, PostBackTrigger objects, or any custom trigger that derives from UpdatePanelTrigger.
.NET Framework
Available since 3.5
Available since 3.5
Show: