Customize exception behavior when UpdatePanel throws an error :
-
Set AllowCustomErrorsRedirect = false on ScriptManager control to disable Custom Errors redirection.
-
Handle OnAsyncPostBackError event on ScriptManager control to change script error message and perform other tasks required on error.