How to identify which control caused asynchronous postback ?

How to identify which control caused asynchronous postback ?

One can use AsyncPostBackSourceElementID  property of Script Manager. AsyncPostBackSourceElementID  gives the ID of the control that caused the asynchronous postback.

Leave a Reply