Click here to Skip to main content
15,892,005 members
Everything / Validation

Validation

validation

Great Reads

by Edwyn Amador
Handles and validates input typing and pressed keys in TextBox, RichTextBox and ComboBox, displaying custom balloon tips messages
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will explore a trick to validate whether any CheckBox inside one CheckBoxList is checked or not.
by vladimir husnullin
Web development using JSON is simple
by Chris Copeland
A managed library for automated dependency injection, contract validation, and custom aspect-oriented decorator implementations

Latest Articles

by Han Bo Sun
Several ways of form field validation using Angular framework
by siliconvideo
This StringBox control implements keystroke validation using regular expressions and a touch of glue logic
by Chris Copeland
A managed library for automated dependency injection, contract validation, and custom aspect-oriented decorator implementations
by siliconvideo
A NumberBox class for number entry, display, range limits and keystroke validation including binary

All Articles

Sort by Score

Validation 

24 Feb 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will explore a trick to validate whether any CheckBox inside one CheckBoxList is checked or not.
30 Jul 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
We will explore the technique in jQuery to validate the ASP.NET GridView.
28 May 2015 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.
10 Dec 2012 by Cruz Boon
Multiple validation groups
3 Aug 2015 by xszaboj
Custom validation attribute - contains
5 Oct 2012 by Kunal Chowdhury «IN»
Easy form validation using HTML5
19 Jul 2012 by Rui Inacio
A KnockoutJS plug-in for model and property validation that is named Knockout validation
7 Jul 2014 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 ›
29 Aug 2012 by Rui Inacio
Validating objects through metadata is the approach of Validation with the MVC Data Annotation concept.