Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Inserts an UpdatePanelTrigger object into the UpdatePanelTriggerCollection object at the specified index.

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

protected:
virtual void InsertItem(
	int index,
	UpdatePanelTrigger^ item
) override

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
Return to top
Show:
© 2017 Microsoft