Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / validation

Validation

validation

Great Reads

by Daniel Brousser
Custom TextBox control for UI input validation
by Rahul Rajat Singh
In this article we will try to see how we can use DataAnnotations to perform validations of Model classes in an ASP.NET MVC application.
by A. Ganzer
Validation of input made as easy as possible for Windows.Forms, WPF, console-applications or any other purposes
by Rahul Rajat Singh
This article describes some reusable JavaScript functions that can be used to create the input fields which accept some specific type of data. It also provides functions to validate the data.

Latest Articles

by Daniel Brousser
Custom TextBox control for UI input validation
by Rahul Rajat Singh
In this article we will try to see how we can use DataAnnotations to perform validations of Model classes in an ASP.NET MVC application.
by A. Ganzer
Validation of input made as easy as possible for Windows.Forms, WPF, console-applications or any other purposes
by Rahul Rajat Singh
This article describes some reusable JavaScript functions that can be used to create the input fields which accept some specific type of data. It also provides functions to validate the data.

All Articles

Sort by Score

validation 

by Daniel Brousser
Custom TextBox control for UI input validation
by girishmeena
All the information regarding Ajax file upload control and validation
by S V Saichandra
Asp.Net Custom Validator Control to validate file size both client side validation and server side validation
by Sreenivas Chinni
This is a tip to add custom data annotation with client validation in ASP.NET MVC 5
by imsauravroy
A basic introduction on how to use data annotations for validating MVC models, which solves basic validation issues
by coolnavjot31
In this article we will see how we can validate a TextBox and DropDownList using JavaScript.
by Bo Li (KAFFEECKO)
Discuss the methods of setting different constraints using Angular
by Web Technobrat
A quick walkthrough for implementing client and server side validations in a variety of ways in ASP.NET MVC projects.
by sathya88
A simple framework for data validation using data annotations at entity level.
by Bo Li (KAFFEECKO)
Discuss three ways displaying error messages using Angular
by Tkach Aleksey
WPF Gmail-style emails input control using C#, with email validation
by kr.is
How to create a simple validation attribute using C#
by Muhammad Taqi Hassan Bukhari
Validate Fileupload using server side custom Validation
by DiponRoy
Knockout Validation Error Message & Bootstrap v3.2 input-group
by Bo Li (KAFFEECKO)
Using mODELcLASSjs in combination with AngularJS allows you to define constraints in a declarative way supporting responsive HTML5 validation, it simplifies storage management, with the cloud storage service Parse.com for instance, and provides the option of multiple inheritance.
by Talal Tayyab
ASP.NET MVC 4 unobtrusive validation - Event hooks.
by Deviprasad Das
A plugin to do the textarea's maxlength validation
by Gerald Gomes
A very simple example of displaying validation error next to controls in WPF
by DiponRoy
How to use Ajax validation in Knockout
by DiponRoy
Using Observable and Computed for validation in Knockout
by Wahid Bitar
Validated the unique constraints at dbContext ValidateEntity in a generic way by reading the IndexAttribute values.
by Tharaka MTR
Article provides details about Mod 10 algorithm and how to validate a credit card number with mod 10 algorithm using C#.
by ogomerub
ViewModel base for all ViewModels. Validation system with DataAnnotations and IDataErrorInfo
by taha bahraminezhad Jooneghani
A custom validation control for FileUpload controls that validate like required validator, and have two more methods for extensions and file size!