Version

Triggers Property

The options related to actions that may trigger a hidden asynchronous post back.
Syntax
'Declaration
 
Public Property Triggers As AsyncTriggers
public AsyncTriggers Triggers {get; set;}
Remarks

Note: the ContentInitiatedPostback may work only for child controls that follow standards of dot-net related to postback and submit. The child should provide a UniqueID for those event handlers and it should render an html element with an id equal to the ClientID and it should be located inside of its container.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also