I'm using a try catch block for all the functions in my data access layer, and if there is an error, i want to redirect the user to my custom error page, but my data access layer consists of classes and not forms, and the classes don't recognize the response.redirect, or server.transfer methods. How can I transfer them to the error page from these classes?
Thanks in advance,
smtraber
Victory is mine!!