TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Aniket Rana
NA
979
13.1k
Error in response.redirect
Dec 22 2019 10:16 PM
When I use response.redirect in C# web application at that time show error
"Thread being aborted"
and when I get session value from another page that time session contains null value because of error occurs.
how can I resolve this problem?
My code :
try
{
..........
....... ...
Code
..........
.........
Session["dtCSV"] = dtArjunaCSV;
Response.Redirect("ArjunaCSV.aspx");
}
catch(Exception ex)
{
lblErorr.Text="Error :" ex.Tostring();
}
Reply
Answers (
7
)
Can I convert app. work with .Net framework to .Net Core ?
How to Rename Files and Folder in .rar .7z, .tar, .zip using