Click here to Skip to main content
15,902,447 members

Comments by Muzaffar Ali Rana (Top 3 by date)

Muzaffar Ali Rana 8-Mar-13 6:06am View    
Is there anybody to help me out this issue?
Thanks!
Muzaffar Ali Rana 26-Feb-13 8:46am View    
I removed the Try-Catch from this method, but it is still not working for me.
Muzaffar Ali Rana 25-Feb-13 3:55am View    
Yes.
But after coming into the Application_Error code block, the page is not redirected.
Although I have used

Response.Clear();
and then Response.Redirect("~/About.aspx");
But its not working.

And similarly I have used
Server.Clear(); with
Server.Transfer("About.aspx"); But still it is not working too.