February 8, 2016

UpdateProgress control message ends before completion of action

Sometimes it happens, UpdateProgress control’s message/image disappear before completion of action.To fix this issue just change “AsyncPostBackTimeout” value of “ScriptManager” control.

<asp:ScriptManager ID="smControl" runat="server" AsyncPostBackTimeout="Your Value">
</asp:ScriptManager>

In “AsyncPostBackTimeout” property, assign value for this property.

That’s it.
Enjoy Learning

No comments:

Post a Comment