Yes, that too. For instance, exception handlers in the ASPX page would be responsible for *gracefully* handling the error, logging it to Event log or log files and showing a custom error page to the user (if the error is fatal). If the error is not fatal, you could decide to swallow the error and simply display a label such as "An error occurred while trying to update data.".
On May 9, 11:54 pm, jamesmcgeachie <[email protected]> wrote: > Or would I put the exception handling in the client?
