Hi,
I am using RadAjaxLoadingPanel in my application. In my app i am showing this control while the user click on "Save" button to update some data into database. sometimes we save a huge amount of data with some business calculation in to database. In that time we get an javascript error The server request timed out. but the data will be save properly into database, becase the request has been sent to service.
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.
If i don't but AJAX (i.e RadAjaxLoadingPanel )on this "Save" button i have no issues. No timeout error.
So could you please let me know how to increse display time or response time of "RadAjaxLoadingPanel " to wait for the response from service.
Thanks
Anand
I am using RadAjaxLoadingPanel in my application. In my app i am showing this control while the user click on "Save" button to update some data into database. sometimes we save a huge amount of data with some business calculation in to database. In that time we get an javascript error The server request timed out. but the data will be save properly into database, becase the request has been sent to service.
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.
If i don't but AJAX (i.e RadAjaxLoadingPanel )on this "Save" button i have no issues. No timeout error.
So could you please let me know how to increse display time or response time of "RadAjaxLoadingPanel " to wait for the response from service.
Thanks
Anand