How to identify Async Postback in Page Load event ?

How to identify Async Postback in Page Load event ?

Async Postback is identified using IsInAsyncPostBack  property of Script Manger i.e. ScriptManager.IsInAsyncPostBack

Leave a Reply