Related resources for Server side validation
  • Validation Controls In ASP.NET9/22/2023 6:55:55 AM. Validation is an important part of the user interface of a Web application. ASP.NET provides a list of validator controls to validate user input. In this article, I will explain the Validation Control
  • Form Validation in JavaScript5/18/2023 1:46:00 PM. Here you learn how to validate form data using JavaScript.
  • Security And Validations In .NET3/24/2021 6:43:24 AM. In this article you will learn security and validations in .NET.
  • ASP.Net MVC Server-Side Validation1/20/2021 7:42:46 AM. This article explains the basics of ASP.NET MVC server-side validation using the Data Annotation API.
  • Apply Server Side Validation on DOB Selected by User4/20/2020 6:47:23 AM. This article explains how to apply server-side validation on a DOB selected by the user.
  • Understanding Validation In MVC - Part 111/4/2015 1:30:27 AM. This article will help you to understand how validation can be done in MVC. Firstly, let's understand two types of validation.
  • Client Side Validation For Email In ASP.NET1/14/2015 5:40:49 PM. This article explains how to do client-side validation for an email in ASP.NET.
  • PHP Form Validation With AJAX6/26/2013 1:49:18 PM. This article explains validation of a form's data without submitting it.
  • Server Side Validation in PHP2/2/2013 3:19:43 PM. I am describing Server Side Validation in PHP using Regular Expressions and validation of data stored in the database.
  • Validating ASP.NET Server Controls1/30/2007 7:25:44 AM. Validation server controls are a series of controls that helps you validate the data that the user enters into the other controls that are provided with ASP.NET. They determine whether the form can be processed based upon the rules that you define in the validation server controls.