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
Satish
NA
184
98.9k
Error Message in confirmedEmail
Aug 16 2017 3:19 AM
In my registeration file,i have code like this
if (confirmedEmail != null)
{
result.Successful = false;
result.Errors.Add(new OperationStatus { Type = "Email", Message = string.Format("Email address {0} already exists.", email) });
return result;
}
if same email is came means i need to throw error but now it just refreshing the page password and captcha is getting refreshed .How to solve this
\
Reply
Answers (
1
)
Can we use single class object twice in single method
How to create custom error page for 401 in MVC