asp.net - Why are my errors showing up beside my control and in the validation control summary? -
Why are my errors showing in my control and verification control summaries?
If you have control by default, the error message is shown in both places. If you want to display the error code only in Validation greetings , do not set the display property in your verification control on any .
From:
No verification message is ever displayed inline. Static space for the verification message is allocated in the page layout. Dynamic spacing for the verification message is dynamically added to the page if the verification fails.
Comments
Post a Comment