how do i differeintaite between full & asynchronous Postback using updatepanel
in javascript
This way
if (ScriptManager1.IsInAsyncPostBack) { //Async Postback } else { //Normal Postback }
i get error
Webpage error details Message: 'ScriptManager1' is undefined Line: 762
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true" />
Where is your ScriptManager
after form tag
In page or master page? Please include full details while asking questions
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.