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
Murali Kris
1.5k
254
48k
Thread was being aborted
Aug 1 2019 2:53 AM
Hi all,
i would like to know why i am getting error in catch method this error.
in try catch
inserting data after inserting redirecting to success page, after redirecting, noticed error in catche method
try{
//Peice of code to insert data
cmd.ExecuteNonQuery();
Response.Redirect("RegistrationsuccessPage.aspx");
}
Catch (Exception ex)
{
Response.Write("Error:" + ex.Message);//Thread was being aborted
}
can some one help me how to solve this error.
Reply
Answers (
4
)
does not save the server side file
Using repeater control on Mobile Devices