Google News
logo
.Net - Interview Questions
What are the different validators in ASP.NET?
Client-side validation : When the validation takes place on the client-side browser, it is called client-side validation. Usually, JavaScript is used for client-side validation.
 
Server-side validation : When the validation takes place on the server then it is called server-side validation. Server-side validation is considered as a secure form of validation because even if the user bypasses the client-side validation we can still catch it in server-side validation.
Advertisement