Localize time out error message of asynchronous postback in ASP.NET AJAX
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi folks. When a asynchronous postback (ASP.NET AJAX) times out then the ClientScriptManager shows a dialog with the error message: Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out. Does anyone know how this text can be localized? Note that this is not the same as when a asynchronous postback throws an exception. That can be handled with the ScriptManager_AsyncPostBackError event and a custom error message can be sent to the client. happy programming Urs
-^-^-^-^-^-^-^-^-^-^-^- no code is free of bugs