Frequently Asked Interview Questions

What are the different ways to display validation error message

Inline: Each validation control can individually display an error message in place i.e, next to the control where the error occurred.

Summary: Validation errors can be collected and displayed in one place

In place and summary: The error message can be different in the summary and in place. We can use this option to show a shorter error message in place with more detail in the summary.

Custom: We can customize the error message display by capturing the error information and designing our own output.

Most Visited Pages

Home | Site Index | Contact Us