A
Arti
Hi everybody,
I am using ASP.NET 2.0.
When redirecting from page1 to page2 using Response.Redirect() method
ThreadAbortException is raised.
In my condition sometimes even though this exception is caught and handled
by my code, the session_end method in global.asax is getting called, which
implies that all my sessions are ended and hence i am forced to login once
again!
Can somebody please let me know what i am missing here, any solution to
avoid this error...
Thanks and Regards.
I am using ASP.NET 2.0.
When redirecting from page1 to page2 using Response.Redirect() method
ThreadAbortException is raised.
In my condition sometimes even though this exception is caught and handled
by my code, the session_end method in global.asax is getting called, which
implies that all my sessions are ended and hence i am forced to login once
again!
Can somebody please let me know what i am missing here, any solution to
avoid this error...
Thanks and Regards.