Explain the validation controls. How many validation controls in ASP.NET 4.0?
2406
01-Sep-2014
Sumit Kesarwani
01-Sep-2014Validation controls are responsible to validate the data of an input control. Whenever you provide any input to an application, it performs the validation and displays an error message to user, in case the validation fails.
ASP.NET 4.0 contains the following six types of validation controls: