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.
Like this:
Like Loading...