Gets the unique ID of the control that caused the asynchronous postback.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Value
Return Value
A string literal that represents the unique ID of a control, if the control has an ID; otherwise, Empty.
Remarks
The AsyncPostBackSourceElementID property contains the value of the control ID that caused the asynchronous postback, which can be one of the following:
Assembly: System.Web.Extensions (Module: System.Web.Extensions)