- AsyncPostBackTimeout Property specifies the time, in seconds, before an asynchronous postback timeout occurs if no response is received from the server.
- The default value of this property is 90 (seconds).
- We can also set the user defined error message using "asyncpostbackerrormessage" property (as shown in the code above) for the time out.
Example:
<asp:ScriptManager ID="scriptManager1" runat="server" AsyncPostBackErrorMessage="We can not serve your request at this moment. Please Again
later." AsyncPostBackTimeout="160">
</asp:ScriptManager>
No comments:
Post a Comment