N
Nam
Using Response.Redirect(“error.htmâ€) in the catch block of a try-catch
statement, I am redirecting a page to a generic page if an error occurs in
code-behind of the page.
Since Response.Redirect cannot be used in a class module, how can I redirect
a user to error.htm from the catch block of a try-catch statement in a class,
say, myClass if an error occurs in myClass?
Thank you,
Nam
statement, I am redirecting a page to a generic page if an error occurs in
code-behind of the page.
Since Response.Redirect cannot be used in a class module, how can I redirect
a user to error.htm from the catch block of a try-catch statement in a class,
say, myClass if an error occurs in myClass?
Thank you,
Nam