Where exceptions occur in the UpdatePanels I\'ve implemented in the ASP.NET web app I\'m building, they cause a JavaScript error on the page with some high level error output av
Could you override the page level error method, catch the exception and handle how you see fit.
protected override void OnError(EventArgs e) { //show error message here }