-1

I would like to know if there is a way to show my CreateUserControl.DuplicateEmailErrorMessage text in the validation summary that I have on my page.

I was able to find CreateUserControl.ErrorMessageStyle to add styles to my error message but I would rather show it in the validation summary control that I already have on my page.

Let me know if this is possible.

Thanks!

Note: I know I can come up with my own validation for the duplicated emails and show them using a new validator in my validation Summary control but I was just wondering if it is possible to perform the above.

Sev
  • 761
  • 4
  • 16
  • 29

1 Answers1

0

This link helped me resolve this issue.

This can be resolved by handling the CreateUserError(object sender, CreateUserErrorEventArgs e) event

Sev
  • 761
  • 4
  • 16
  • 29