Hi,
Thank you for your post!
Follow these steps:
1. Get which UpdatePanel is updating at the server side. Check these links:
UpdatePanel.IsInPartialRendering Property
Gets a value that indicates whether the UpdatePanel control is being updated as a result of an asynchronous postback.
The IsInPartialRendering property is intended for use by control developers who want to know when an UpdatePanel control is being updated as a result of an asynchronous postback.
Which UpdatePanel issued an Async Postback Call?
how to get which UpdatePanel has posted
2. use try... catch to catch errors, and in catch block, create an new exception which contain information of which updatepanel is updating and throw it.
3. check the information in the error at the client side, process the error based on the information
If you have further questions,let m eknow!
Best Regards,