By setting the "executionTimeout" property in webconfig, you can specify the maximum number of seconds that a request is allowed to execute before being automatically shut down by ASP.NET.
Sometime,ajax request will not be responsed when user's network delay is high.
So,if I want to stop the request and tell user "request time out",What sould I do with telerik asp.net ajax controls.