Hi,
In my Application, I put try-catch blok in export to excel code. In catch block
catch(Exception)
{
Response.Redirect("~/Error.aspx");
}
I am sure, the code doesnt contain any errors.But it always redirects to Error page.
How to resolve this?
Thank you,
Govind