TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About validator
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shantanu (5)
Akshay Patel (3)
Rinki (2)
Satyaprakash Samantaray (2)
Vishal Gilbile (2)
Joe Miguel (2)
Dipal Choksi (2)
Shivani (2)
Amit Maheshwari (2)
Davin Martyn (2)
Rasul Huseynov (1)
Aman Gupta (1)
Ankit Sharma (1)
Pradeep Shet (1)
Ashutosh Singh (1)
C# Curator (1)
Punar Dutt Rajput (1)
Tural Suleymani (1)
Asma Khalid (1)
Raj Kumar (1)
Sandeep Singh Shekhawat (1)
Jiteendra Sampathirao (1)
Yogeshkumar Hadiya (1)
Ashish Bhatnagar (1)
Ck Nitin (1)
Jin Necesario (1)
Muhammad Aqib Shehzad (1)
Santhosh Kumar Jayaraman (1)
Debadatta Mishra (1)
Mrunali Sawant (1)
Ruchi Sharavat (1)
Sibeesh Venu (1)
Ankur Mistry (1)
Manoj Kalla (1)
Manas Mohapatra (1)
Yatendra Sharma (1)
Muhammad Hassan (1)
Sateesh Arveti (1)
Claudio Inacio (1)
Ramasagar Pulidindi (1)
Susan Abraham (1)
Ivan Zderadicka (1)
Anand Narayanaswamy (1)
Vijaya Kadiyala (1)
Sukesh Marla (1)
Jignesh Trivedi (1)
Tadas Budvytis (1)
Azim Zahir (1)
Vishal Nayan (1)
Mahak Gupta (1)
Rahul Kumar Saxena (1)
Sudheendra Desai (1)
Mike Clark (1)
Deepak Raghavan (1)
Rama G (1)
Mohammed Asief (1)
Chandrasekaran Sakkarai (1)
Related resources for validator
No resource found
Validation of Complex Objects in Multi-Lingual Environment Using DynamicVNET With ASP.NET Core
10/14/2024 9:58:53 AM.
DynamicVNET is a lightweight, rule-based validation library for .NET applications, designed to validate POCOs while adhering to the Single Responsibility Principle (SRP). It integrates seamlessly with
Custom Annotations and Validation in Spring Boot
7/4/2024 7:30:33 AM.
Explore how to enhance Spring Boot applications by creating and using custom annotations for validation. Learn to implement robust validation logic using Hibernate Validator and integrate custom valid
Byzantine Fault Tolerance and Its Role in Solana
7/3/2024 7:27:02 AM.
Byzantine Fault Tolerance (BFT) is crucial in distributed systems, ensuring reliable function despite faulty or malicious components. Solana, a high-performance blockchain, uses Proof of History (PoH)
Understanding Clusters in Solana
5/17/2024 7:30:03 AM.
Solana, a leading blockchain platform, relies on its clusters for decentralized, efficient transactions. These clusters, encompassing validators, RPC nodes, and clients, ensure scalability and reliabi
Custom Validation In Angular Template-Driven Forms
4/9/2024 9:08:54 AM.
In this article, we will learn about validations in the template-driven form in Angular. We will create a simple user registration form and implement some inbuilt validations on it. Along with the inb
Password Policy/Strength ASP.NET MVC Validator
4/4/2024 9:12:10 AM.
The ASP .NET MVC Password Policy Validator facilitates implementing password policies and determining password strength for web system users. It utilizes ASP .NET MVC architecture, extension methods,
Adding Custom Validation in MVC
4/2/2024 9:09:42 AM.
In MVC, custom validation involves creating validation attributes to enforce specific rules beyond built-in ones, enhancing data integrity and user experience through tailored validation logic.
Angular URL/Site Validation using Regular Expression and Bootstrap with Reactive Forms
2/26/2024 4:26:28 AM.
Steps to add validation for URL using the regex pattern in the angular application. I will explain steps to create a form with text input using the reactive forms in angular. This input field will on
Mobile Number Validation Using Angular and Bootstrap
2/19/2024 9:48:49 AM.
This article illustrates the implementation steps for 10-digit mobile number validation in an Angular app using reactive forms and Angular's phone number validation pattern. It guides us through s
How Do You Test Your FluentValidation Validators?
1/16/2024 11:22:17 AM.
When you create validators using FluentValidation in your .NET applications, it's important to check if they do their job correctly. Testing your validators helps you make sure they catch mistakes
Validation Controls In ASP.NET
9/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
How to validate HTML Code with W3C Validator?
4/25/2023 9:33:50 AM.
Use of W3C validator tool to validate HTML Code.
RequiredFieldValidator Control in ASP.NET
2/27/2023 2:53:49 PM.
Learn how to use a RequiredFieldValidator in ASP.NET and C#.
JavaScript In Practice - Let's Write Own Form Validator
8/8/2022 9:58:24 PM.
In this article, you will learn Javascript in practice.
ASP.NET MVC 5 - JQuery Form Validator
7/8/2022 3:30:50 AM.
This article is about jQuery form validator integration with ASP.NET MVC5 platform.
Validation Control in ASP.NET
4/6/2021 4:36:55 AM.
Validation controls, if used properly, can be very useful for reducing large, complex, time-consuming JavaScript code.
Enterprise Library 5 - Validation Application Block
3/12/2021 6:04:20 AM.
In this article, you will learn how to use the Enterprise Library Validation Application Block 5.0 in ASP.Net.
Error: WebForms UnobtrusiveValidationMode Requires a ScriptResourceMapping For jQuery in .Net
1/29/2021 10:56:12 AM.
This article explains how to remove an error that is the title of an article in .Net Framework 4.5. This error is issued when you use the RequiredFieldValidator control on any other server control.
Password Validator in C#
1/15/2021 11:44:31 AM.
Here Iām telling you about password Validator in C#.
Learn About Validation Controls In ASP.NET
9/15/2020 12:42:51 AM.
In this article, we will discuss the various types of validation control in ASP.NET.
Event Based Programming Model With JSF Tag Library
8/17/2020 6:45:21 AM.
JSF provides an event-based programming model similar to Swing or AWT. Events are used as a mechanism for propagating the state change notification between the source object and one or more target obj
Add Validation To A Web Form Using IGValidator
5/30/2020 2:09:05 AM.
In this article, you will learn to Add Validation to a Web Form using IGValidator.
Kendo UI jQuery Validator
3/30/2020 9:38:14 AM.
Client-side form validation is a must-have skill regardless of years of experience as a developer. In addition, developers tend to like this subject and most newbies are excited when practicing with t
Powerful Form Field Validator For Jquery And Bootstrap Using Bootstrap Validator
1/21/2020 10:45:06 AM.
In this article you will learn about Powerful Form Field Validator for Jquery and Bootstrap using Bootstrap validator.
ts.validator.fluent - TypeScript Based Generic, Fluent Validation Framework
10/15/2019 7:11:31 AM.
I have created a TypeScript based generic, fluent validation framework. Also, I have built a demo Angular 6 CLI app which uses the framework for client-side form validation.
IMEI Validator Using Java Swing
7/31/2019 1:51:57 AM.
This article covers how to create a simple IMEI validator application using Java Swing.
Javax Annotation and Hibernate Validator - A Pragmatic Approach
7/25/2019 9:15:37 AM.
In this article, I will show you the significance of the Hibernate validator and javax annotation in a Java Bean.
Custom Validator In Angular
4/26/2019 9:18:03 AM.
In this article, you will learn about custom validators in Angular.
How To Add Custom Validator For Any Model In C#
7/20/2018 9:46:03 AM.
In this article, we will discuss how to add a custom validator for any model in C#.
Implement Shared Custom Validator Directive In Angular
4/24/2018 11:03:03 AM.
In this post, we are going to see how to create a custom validator directive in Angular 5. We have already seen how to do validation in our previous posts, and we have not done any validations for com
Validation In ASP.NET Web Form
1/7/2016 9:48:28 AM.
In this article we will learn the use of Validation control in ASP.NET WebForm and perform validation using ComponentModel.DataAnnotations.
Validator Control In ASP.NET
1/5/2016 1:13:41 PM.
In this article you will learn Validation through various Validator controls.
Displaying Dynamic Error Message in ASP.NET Custom Validator Control
8/14/2015 11:27:18 PM.
This article describes how to display a dynamic error message in an ASP.NET custom validator control.
Validation Controls in ASP.Net
5/19/2015 4:31:12 PM.
In this article, we will learn how to do validations in ASP.NET.
jQuery Copy Paste Number Only Validator
1/11/2015 7:33:30 PM.
This copy/paste numbers only validator works on Chrome/Firefox/IE > 6.0.
Compare Validator Sample in MVC: Day 28
10/25/2014 6:35:00 PM.
In this article we will see how to apply a compare validator in MVC.
Server Side Required Field Validator Sample in MVC: Day 27
10/20/2014 10:26:02 PM.
In this article we will see how to apply a required field validator from the server side in MVC.
Client Side Required Field Validator Sample in MVC: Day 26
10/20/2014 5:11:34 AM.
In this article we will see how to apply a required field validator from the client side in MVC.
Introduction to Enterprise Library: Part IX
9/5/2014 3:38:06 AM.
This article explains about Implementation of Custom Validator using Validation Application Block.
Xml and Schema Validator
8/22/2014 1:20:04 PM.
This article shows how to create a simple and generic module for validating XML files with their respective schema files.
Demonstrating Backbone.js: Validations Part 3
12/28/2013 12:12:22 PM.
In this article we will understand how to use builtiin validators in Backbone.js.
XML Schema Validator in VB.NET
11/10/2012 1:31:57 AM.
The XML Schema Validator checks if a given XML document is well formed and has a valid schema model. If it finds the document is not a valid XML schema, it generates the error telling the problem in the schema.
Regular Expression Validator HtmlHelper for ASP .Net MVC
10/20/2012 6:37:52 AM.
Sometimes, it is useful to use regular expressions for validations. The Regular Expression Validator HtmlHelper is designed to help developers accomplish this.
Validation Controls in Web Forms: Part 2
10/3/2012 8:01:06 AM.
Validation is one of the less talked about areas ā often taken for granted.
Validating Input Xml Data Files
9/29/2012 7:21:32 AM.
In this article we'll discus two strategies for validating input XML data files. The validation of an XML input file could occur at various instances of processing.
Simple Registration Framework-XML signatures
9/29/2012 6:51:53 AM.
This project provides simple tools, which add a "shareware like" registration support to .NET application.
XML Schema Validator
9/29/2012 6:29:52 AM.
The XML Schema Validator checks if a given XML document is well formed and has a valid schema model.
Working with ASP.NET Validation controls
9/27/2012 9:21:51 AM.
This article provides a brief overview about the validation controls which ships with ASP.NET.
Data Validation Controls in ASP.NET 2.0
9/27/2012 9:08:07 AM.
In this article, you will learn about the support that ASP.NET provides to you for performing data validation.
ASP.NET Validation Controls
8/9/2012 8:24:19 PM.
A detail usage of validation controls with little tips and tricks.
Validation Using Data Annotation to Custom Model or Class
6/27/2012 8:25:17 PM.
In this tutorial, we learn how to use the Data Annotation validators to perform validation in a .NET application.
Transaction Web Site
5/19/2012 6:39:00 AM.
When I started working with this technology I faced a problem dealing with session as in any transaction or Database oriented portal this is a must requirement to deal with.
Validation Contol in Mobile Form
5/19/2012 6:36:45 AM.
In this article i'll be showing the power of Valiation Control which u can use with Mobile Application.There are total six Valiation Control as provided. Here i am showing four of them in this example and the rest two are Valiationsummary and CustomValidator.
Numeric TextBox for ASP.NET
5/13/2012 8:17:14 AM.
An article on how to allow users to enter only numbers in a TextBox.
Create a Custom Range Validator Control in Windows Phone 7
2/11/2012 4:13:01 PM.
In this article we are going to explore how to make a range validator in Windows Phone 7 and the lower case validator is described as well.
Create a Custom Email Validator Control in Windows Phone 7
2/8/2012 3:05:00 PM.
In this article we are going to explain how to create a custom email validator in Windows Phone 7.
RangeValidator Control With AJAX Using ASP.NET
2/3/2012 3:16:16 PM.
The RangeValidator control is used to ensure that the user has entered an input value that is between two values.
ValidatorCallOutExtender Control in AJAX
1/17/2012 5:55:35 AM.
In this article you will learn about ValidatorCallOutExtender Control in AJAX using ASP.NET.
XML SchemaValidator
12/2/2011 12:51:15 AM.
This article shows how to validate an XML document against a schema using C#. For demonstration of this, I have created a GUI application using Visual Studio 2005 Express Edition.
Password Policy/Strength JQuery plug-in Validator
7/12/2011 7:02:41 PM.
Many a time, entities want to implement a password policy and/or determine password strength for their security purposes.
Working with Input Validation Controls in ASP.NET 3.5
3/4/2011 8:12:37 PM.
Here you will see how to work with Input Validation Controls in ASP.NET 3.5.
Password Policy/Strength ASP .NET Validator Web Control
11/24/2010 10:56:27 PM.
This articles tells us about ASP .NET Password Policy/Strength Validator web control.
Required Field Validator in AJAX
11/13/2010 12:36:35 PM.
In this article I'll show you how to call a RequiredFieldValidator with the help of AJAX.
Validation Controls in Web Forms: Part I
6/9/2009 5:36:30 AM.
Validation is one of the less talked about areas ā often taken for granted.
AJAX Text Box Watermark Extender
10/8/2008 10:17:44 AM.
This article shows how to use two new AJAX Controls, TextBoxWatermarkExtender and ValidatorCalloutExtender in ASP.NET 3.5.
Use image for error display in ASP.Net validators
7/3/2008 5:48:08 AM.
This articles demonstrates the use of images to display errors in ASP.Net for all kinds of validators.
A Scalable Ajax Wizard Sample Application
4/3/2008 7:27:19 AM.
This Ajax sample application creates a wizard dynamically to avoid scaling problems which occur when there are too many controls on a web form.
Enhanced Required Field Validator with an Image property
8/14/2007 5:03:01 AM.
This article shows an enhanced Required Field Validator control with an ImageUrl property. When the control being validated is left blank, the proposed validator flags it with an Image.
Validating ASP.NET Server Controls
1/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.
Regular Expression Validator
8/31/2006 2:47:30 AM.
This tool is useful when you are creating Regular Expression. This tool will help you in checking syntax of the regular expression typed in.
Validation Server Controls in Web Forms
1/4/2006 4:17:01 AM.
When working with Web applications, developers need to write two separate codes using Java Script and VB Script to validate user inputs.In this article we are going to see, how we can reduce the programmers effort on coding, reducing the execution process time and simplify the code handling and less number of lines in the coding.