Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
600
disable the summary messagebox
posted

hi,

When I validate my UltraValidator  I get and summary message box that i do not want only the images but I do not seem to get that disabled?
Also there is and text "Validation failed with the following error(s):" how can i manipulate that text?

thanks

Parents
  • 69832
    Offline posted

    Assuming you are triggering validation by calling the 'Validate' method programmatically, that method is overloaded so as to allow you to supress the MessageBox. The name of the parameter is 'showMessageBox'.

    You can control the text that gets displayed for a programmatic validation by handling the ValidationError event and setting the ValidationErrorEventArgs.NotificationSettings.Text property.

Reply Children