1.

What is an ASP.NET validator? And, mention its types.

Answer»

An ASP.NET VALIDATOR controls validate the user INPUT data. Whenever the user shares an input, it MUST validate them before sending it ACROSS various layers of the application.

 

There are two types of validation USED in ASP.NET:

  • Client-side validation
  • Server-side validation


Discussion

No Comment Found