how do i differeintaite between full & asynchronous Postback using updatepanel
in javascript
This way
if (ScriptManager1.IsInAsyncPostBack) { //Async Postback } else { //Normal Postback }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.