Hello All,
I am binding only 10 records from DataTable which is stored in Session Variable.
When I trying to sort Record it gives me following Error Message.
Sys.WebForms.PageRequestManagerServerException. An unhandled exception occurred while processing the request:The status code returns from server was 413
can any one help me how to resolve such errors?
Such errors do not come regularly but sometimes suddenly appears.
After some searching I set <telerik:RadScriptManager ID="RadScriptManager1" runat="server" AsyncPostBackTimeout="600" /> and also increase maxRequestLength property inside web.config file.
Then also error occurs.
Regards,
Dharmesh
I am binding only 10 records from DataTable which is stored in Session Variable.
When I trying to sort Record it gives me following Error Message.
Sys.WebForms.PageRequestManagerServerException. An unhandled exception occurred while processing the request:The status code returns from server was 413
can any one help me how to resolve such errors?
Such errors do not come regularly but sometimes suddenly appears.
After some searching I set <telerik:RadScriptManager ID="RadScriptManager1" runat="server" AsyncPostBackTimeout="600" /> and also increase maxRequestLength property inside web.config file.
Then also error occurs.
Regards,
Dharmesh