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 Sebastian Solnica
Anti-Forgery Tokens were introduced in ASP.NET in order to prevent Cross-Site Request Forgeries. There are many sites which describe how to use and configure those tokens in your application. But in this post I’m going to show you what exactly…Read more ›
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will explore a trick to validate whether any CheckBox inside one CheckBoxList is checked or not.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
We will explore the technique in jQuery to validate the ASP.NET GridView.
by xszaboj
Custom validation attribute - contains
by Rui Inacio
A KnockoutJS plug-in for model and property validation that is named Knockout validation
by Kunal Chowdhury «IN»
Easy form validation using HTML5
by Cruz Boon
Multiple validation groups
by Rui Inacio
Validating objects through metadata is the approach of Validation with the MVC Data Annotation concept.
by Shivprasad koirala
In this blog we will try to understand how we can prevent and fine tune XSS(Cross Site Security) security attacks in ASP.NET MVC.