संपादन करना

के माध्यम से साझा करें


AsyncPostBackTrigger.Initialize Method

Definition

Initializes the AsyncPostBackTrigger control and determines whether the event that is named in the trigger exists and is valid.

protected public:
 override void Initialize();
protected internal override void Initialize();
override this.Initialize : unit -> unit
Protected Friend Overrides Sub Initialize ()

Exceptions

No ScriptManager control was found on the page.

-or-

The event that is named in the EventName property is not found for the control that is named in the ControlID property.

-or-

The event that is named in the EventName property for the control that is named in the ControlID property does not match a standard event handler signature.

Applies to

See also