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 based on whether they are required and/or to be checked against a regular expression. Continue reading
validations
A Beginner’s Tutorial for Understanding and Implementing Custom Validations in ASP.NET MVC using DataAnnotations
In this article we will see how we can perform custom validations by using custom data annotations in ASP.NET MVC i.e. implementing custom validation attributes in ASP.NET MVC. Continue reading