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 validate
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jefferson S. Motta (4)
Anubhav Chaudhary (3)
Delpin Susai Raj (3)
Sapna (3)
Ano Mepani (2)
Sardar Mudassar Ali Khan (2)
Rohatash Kumar (2)
Vijay Pratap Singh (2)
Kailash Chandra Behera (2)
Farhan Ahmed (2)
Vijai Anand Ramalingam (2)
Amir Ali (2)
Ashwani Tyagi (2)
Gnanavel Sekar (2)
Joginder Banger (2)
Vinod Kumar (2)
Dipal Choksi (2)
Shivani (2)
Ravinder Verma (2)
Shilpa Tanwar (1)
Gajendra Jangid (1)
Rémi Bourgarel (1)
Naveen Kumar (1)
Vidya Vrat Agarwal (1)
Simran Verma (1)
Vijay Kumari (1)
Rahul Singh (1)
Rohit Gupta (1)
Punar Dutt Rajput (1)
Satyaprakash Samantaray (1)
Vipendra Verma (1)
Roger Smith (1)
Sumit Gupta (1)
Nagaraj M (1)
Scott Lysle (1)
Vinay Ayinapurapu (1)
Anupam Maiti (1)
Ganesan C (1)
Jay Krishnareddy (1)
Nimit Joshi (1)
Abhishek Goswami (1)
Sourav Kayal (1)
Sourabh Mishra (1)
Bruno Leonardo Michels (1)
Sarvesh Shinde (1)
Saravanan Ponnusamy (1)
Bhupesh Khandelwal (1)
Ashish Shukla (1)
Hemant Jindal (1)
Harpreet Singh (1)
Sagar Shinde (1)
Sivaraman Dhamodaran (1)
Rupesh Kahane (1)
Santosh Kumar Adidawarpu (1)
Nitin (1)
Mahender Pal (1)
Shubham Kumar (1)
Manoj Bhoir (1)
Vijay S (1)
Shridhar Sharma (1)
Bechir Bejaoui (1)
Abhay Shanker (1)
Pankaj Lohani (1)
Dorababu Meka (1)
Amit M (1)
Rama G (1)
Mike Gold (1)
Amit Ware (1)
Chandrasekaran Sakkarai (1)
Related resources for validate
No resource found
Validate CKEditor Using jQuery Validate
9/12/2024 5:12:02 AM.
This article explains how to validate CKEditor using jQuery Validate. CKEditor renders in an iframe, causing validation issues with jQuery. A custom jQuery validation method (ckrequired) is introduce
What is Incremental Static Regeneration (ISR) in Next Js.?
7/22/2024 6:13:17 AM.
"Incremental Static Regeneration (ISR) in Next.js combines static site generation with server-side rendering, allowing pages to be updated after the initial build. It uses getStaticProps with a r
Two Factor Google Authenticator Using ASP.NET Core And Angular
7/18/2024 12:26:15 PM.
Implementing 2-Factor Google Authenticator with ASP.NET Core and Angular enhances security by requiring users to provide a time-based one-time password (TOTP) alongside their password.
Validate Your Blazor Form Using EditForm
6/13/2024 8:22:26 AM.
Blazor server-side, part of ASP.NET Core 3, introduces form validation via Context API and Redux. DataAnnotation attributes simplify validation logic, enhancing user experience and minimizing code com
Train and Validate Datasets in Machine Learning
5/13/2024 8:28:32 AM.
In machine learning, where algorithms are trained to learn patterns from data and make predictions or decisions, the role of datasets cannot be overstated. In this article, we explore the significance
Validation Application Block (Enterprise Library 5.0)
4/25/2024 6:02:29 AM.
Validation is a process that ensures the sanity of data entered, received, or processed by a software module, class, or class members.Some examples of validation are length check, range check, Null ch
Validate Multiple Tokens with Different Providers in ASP.NET 8 API
3/15/2024 5:47:48 AM.
Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation re
How To Validate An Email Address In Java
2/29/2024 9:15:29 AM.
Learn how to validate email addresses effectively in Java using regular expressions. This tutorial provides a comprehensive guide on implementing email validation, covering regex patterns, Java code e
Learn to Search CPF from Clipboard
1/22/2024 8:56:42 AM.
Learn how to use the clipboard to read and validate search a valid CPF on it. Automate CPF validation in Brazil using JavaScript. Learn how to copy and validate CPF from memory, making data entry seam
ValidateAntiForgeryToken in ASP.NET Core
12/13/2023 6:17:03 AM.
In web development, security is a crucial aspect that demands meticulous attention. Cross-Site Request Forgery (CSRF) is a type of attack where unauthorized commands are transmitted from a user truste
How To validate Appsetting.json Configuration Values In .NET
10/16/2023 9:26:04 AM.
In .NET applications, the appsettings.json file is commonly used to store configuration settings. It's essential to validate the values stored in this file to ensure that they meet the required fo
How To Validate An Email Address In Python
8/31/2023 4:45:27 AM.
In this article, you will learn different ways to verify whether an email address is valid or invalid in Python.
What is CEP and How to Validate CEP using C#?
8/21/2023 7:10:22 PM.
In this article, we will learn about what is CEP and how to validate CEP using C#.
Capturing Phishing Email Using Custom Middleware in ASP.Net Core Web API
8/2/2023 9:08:59 AM.
To capture and detect phishing emails using custom middleware in an ASP.NET Core Web API, you can follow these general steps:Create Custom Middleware: Create a custom middleware that will intercept
How to validate HTML Code with W3C Validator?
4/25/2023 9:33:50 AM.
Use of W3C validator tool to validate HTML Code.
Validate File Extension in ASP.NET Using JavaScript
3/17/2023 7:02:39 AM.
This article shows how to validate a file extension in ASP.NET using JavaScript.
Validate Purchase Receipt With The Play Store
3/1/2023 10:45:38 AM.
For server-side purchase receipt validation from the play store, we use google play API. The Google Play Developer API is a set of RESTful web services that allow developers to communicate with the Go
Learn To Check Is A CNPJ Is Valid
2/1/2023 10:38:07 AM.
CNPJ is a legal document in Brazil. Learn here how to validate it.
Generate And Validate JSON Schema With JSON Response Using Postman
1/30/2023 9:50:28 AM.
In this article, you will learn how to generate and validate JSON Schema with JSON Response using POSTMAN.
Learn To Check If A CPF Is Valid
1/30/2023 5:20:30 AM.
CPF is a legal document in Brazil. Learn here how to validate it.
How To Validate Purchase Receipt With The App Store
1/25/2023 10:37:23 AM.
Validating purchase receipts using app store API at the backend is an important step when you are integrating in-app purchase in your application. This is used to verify whether the receipt is valid o
How to Validate Data Within a Stored Procedure
1/3/2023 12:41:52 PM.
In this article I am going to explain how to validate data within a stored procedure.
Using SOAP Headers to Validate Clients
11/17/2022 9:10:37 AM.
In this brief article I will attempt to show you how you can use SOAP headers within your web service to validate clients and thereby secure your service from unauthorized usage.
Dynamics CRM Sales Hub - Validate Email Settings
9/5/2022 5:28:34 AM.
The article shares the information about the upcoming new features in Wave2 in Dynamics CRM to improve the customer interactions and improvise the over all business relationship with clients
Git Hook To Validate The Branch Name
7/31/2022 11:09:50 PM.
In this article we will see how we can prevent wrong format, push of branch name.
Extend the Textbox Control to Validate Against Regular Expressions
5/4/2022 10:49:13 AM.
This article describes an approach to validating text box entries against a regular expression.
Validating User Input With Regular Expressions
2/14/2022 9:01:14 AM.
This article explains how to use Regular Expressions (the Regex class of the System.Text.RegularExpressions namespace) in C# and .NET.
Validate If Client ID And Client Secret Are Valid
2/1/2022 4:23:26 AM.
This article describes about validating the app principals by checking the validation of client ID and Client Secret details.
Web Security Vulnerabilities On User Session And Username Iteration
7/29/2021 1:57:28 PM.
In this article, you will learn about Web Security Vulnerabilities on User Session and Username Iteration.
Custom Authentication (Validate JWT Token) In .NET Core
7/27/2021 4:35:42 AM.
In this article, you will learn about Custom Authentication (Validate JWT token) in .NET Core.
Create And Validate JWT Token In .NET 5.0
7/13/2021 3:03:18 PM.
In this article, you will learn how to create and validate JWT tokens in .Net 5.0.
Introduction to Validate Multiple Data Model Properties Using ASP.Net 4.5
6/3/2021 9:01:59 AM.
This articles describes the various techniques to apply the multiple model state validator inside the GridView using ASP.NET 4.5.
How to Validate GridView Fields in ASP.Net
5/6/2021 8:55:39 AM.
In this article, we will see how to validate each row of a GridView independently of other rows in ASP.NET.
ValidateInput Attribute to Prevent CSS Attack in MVC
5/3/2021 9:47:19 AM.
This article explains how to prevent Cross Site Scripting (CSS) attacks using the validateInput attribute.
Validate Input in ASP.Net MVC
4/22/2021 6:16:22 AM.
This article explains how to submit your form with HTML content in MVC.
Using Data Annotations to Validate Models in .NET
11/24/2020 1:06:36 AM.
In this article you will learn how to create model validation using built-in attributes.
Validate Gallery inputs in PowerApps
7/28/2020 7:26:47 AM.
In this video article we will see how to validate data entered in gallery in PowerApps. We will see how to restrict from submitting invalid data.
How To Validate HTML 5 Form Elements In Bootstrap 4
6/1/2020 2:48:15 AM.
In this article. I will demonstrate you how to validate HTML5 textbox, textarea, select, checkbox, radio button and file upload using bootstrap 4. Validation provides valuable, actionable feedback to
JavaScript Code For Validating U.S. Format Phone Numbers
5/28/2020 1:32:05 PM.
In this article, we shall learn how to do client side validation of US format phone numbers in three textbox fields. It means the application will be more responsive because the load on the server is
How To Validate Azure AD Token Using Console Application
5/13/2020 8:27:42 AM.
In this article, you will see how to validate Azure AD token using Console Application.
How to Validate Email in Android Studio
3/25/2020 12:08:10 AM.
In this article you will learn how to Validate Email in Android Studio.
How to Validate the Edit Text in Android Studio
3/25/2020 12:03:23 AM.
In this you will learn how to validate the Edit text in Android Studio.
Validate A JSON List Of Objects In ASP.NET Core Using Fluent Validation
1/9/2020 8:09:26 AM.
In this article, you will learn how to validate a JSON list of objects in ASP.NET Core using Fluent Validation.
Apply Validation Group Similar to .NET in HTML Document
12/16/2019 5:03:26 AM.
In this article I will explain how to apply a Validation Group similar to .NET in a HTML Document.
HTML 5 New Features
12/6/2019 4:45:40 AM.
In the following article we will discuss some of the new interesting features introduced in HTML 5.
HTML5 New Form Attributes-Part 3
12/6/2019 12:19:04 AM.
In this article I describe the implementation and use of some more form attributes of HTML5.
HTML5 Form Attributes: Part 1
12/5/2019 11:54:15 PM.
In this article I describe the implementation and use of HTML5 Form Attributes.
String Algorithm - Program To Validate Given String A Palindrome Permutation
9/13/2019 8:20:11 AM.
This article describes how to build an algorithm to check if the given string is a permutation of palindrome string.
Creating Check Constraint on a Table in SQL Server 2012
7/17/2019 3:45:44 AM.
This article will give you an idea of how to use the SQL Server Check Clause and also defines where you can use it.
Update A SharePoint List Item Without Increasing Its Item File Version Using Rest API
7/15/2019 10:22:37 AM.
In this article, we learn how to update a SharePoint List Item without increasing its item file version using the REST API.
ValidateInput Attribute In ASP.NET MVC
5/31/2019 10:04:54 AM.
In this article, you will learn about the ValidateInput attribute in ASP.NET MVC.
Purpose Of ValidateAntiForgeryToken In MVC Application
12/3/2018 4:04:01 AM.
In this article, you will learn about the purpose of ValidateAntiForgeryToken in MVC application. CSRF, Cross Site Request Forgery.
How To Validate XML Using XSD In C#
11/28/2018 4:20:21 AM.
Extensible Markup Language (XML) is used to describe data. The XML standard is a flexible way to create information formats and electronically share structured data via the public Internet, as well as
ASP.NET MVC 5 - Integrate And Validate DocuSign Connection With Web Application
10/16/2018 11:30:42 PM.
In this article, I will explain how to integrate and validate DocuSign with an ASP.NET MVC5 web application.
Integrate Google ReCaptcha And Validate It With ASP.NET MVC 5 And Entity Framework
12/11/2017 7:24:10 PM.
In this Article, I will demonstrate how to integrate Google ReCaptcha and Validate it with ASP.Net MVC5.
MFC - Message Handling and InvalidateRect()
1/22/2017 11:57:12 PM.
This video explains MFC Message Handling and the role of InvalidateRect() in updating the Client Area.
How To Validate A Web URL In Xamarin Android App Using Visual Studio 2015
12/14/2016 11:12:15 AM.
In this article, you will learn how to validate a Web URL in Xamarin Android app, using Visual Studio 2015.
How To Validate A Phone Number In Xamarin Android App Using Visual Studio 2015
12/13/2016 10:53:02 AM.
In this article, you will learn how to validate a PhoneNumber in Xamarin Android app, using Visual Studio 2015.
How To Validate An Email Address In Xamarin Android App Using Visual Studio 2015
12/7/2016 4:12:09 PM.
In this article, you will learn how to validate an email address in Xamarin Android app, using Visual Studio 2015.
Capture User Input In Xamarin Android App And Validate It
11/28/2016 12:07:28 PM.
In this article, we will cover how to capture the user input in Xamarin Android app and validate it.
Unvalidated Redirects And Forwards And Their Prevention Mechanism In ASP.NET MVC
7/28/2016 3:41:24 PM.
In this article, you will learn about unvalidated redirects, forwards and their prevention mechanism in ASP.NET MVC.
Validate JSON With ISJSON() Function In SQL Server 2016
7/2/2016 6:16:44 PM.
In this article, you will learn how to validate JSON with ISJSON function introduced in SQL Server 2016.
Validate Inactive Customer Selection
9/30/2015 1:04:35 PM.
This article about getting customer record and check it's status if it is inactive through alert to user.
Validate Individual Sections of Accordion
7/7/2015 6:44:23 PM.
This article explains how to validate individual sections of an accordion.
Validate ASP.NET Form Using JavaScript
6/17/2015 12:21:36 AM.
In this article, we will learn the use of JavaScript for validations in ASP.NET.
jQuery Validation Plugin to Validate Web Forms
4/27/2015 7:13:34 AM.
This article explains how to ue the jQuery validation plugin to validate your web forms.
Validating Document Using REST
3/25/2015 8:11:48 PM.
This article helps you to check/validate whether the document is followed by the current user or not using REST.
Model Validation in Backbone.JS: Part 3
12/31/2014 12:52:06 AM.
This article is particularly based on how the validation is done and issues related to this is handle in Backbone model using some methods.
Download, Export and Validate Service Metadata by Development Command Prompt
11/20/2014 3:54:05 PM.
This article provides the syntax and shows how to download the metadata of a service.
C# and XAML within a Silverlight 2 context - Data Validation: Part VI
9/4/2014 7:28:13 AM.
In this article, I will demonstrate how to implement a validation logic as a part of the article how XAML
Validate Field in MVC5 Using Resource File
6/12/2014 12:37:53 PM.
This article provides an overview of validation in ASP.NET MVC 5 using a Resource file.
Check XML Validatity Using jQuery
4/9/2014 12:56:38 PM.
In this article you will learn how to check the validity of XML code using JQuery.
Basics of XML and Validation of XML
4/8/2014 2:14:58 PM.
This article covers the basics of XML and the validation of XML.
Validate Form on Click of Anchor Using jQuery
12/28/2013 6:26:54 PM.
This article explains how to validate a form on a click of an Anchor using jQuery.
How to Validate a TextBox Control in F#
9/27/2013 10:42:38 AM.
This article shows how to validate a user control in a Windows Forms application.
Validate Card Number in PHP
2/20/2013 11:47:51 AM.
In this article I explain credit card number validation in PHP using JavaScript
Validate Registration Form in PHP
2/17/2013 4:06:48 PM.
I this article I explain how to validate a registration form using a JavaScript function
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.
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.
Custom Validation to Validate Dates with Client-Script
5/15/2012 5:20:28 PM.
In this article I am going to explain how we can validate two dates using custom-validator. This article also covers how to use a JQuery calendar in master pages.
Required Field Validation Error in Group Using JQuery
5/15/2012 3:44:58 PM.
This article discusses client-side validation using jQuery and finds it to be very interesting and useful.
Enable User to Validate Canada and US Zip Code
5/15/2012 2:24:31 PM.
This article will help user to validate Canada and US zip code.
CheckBox Client Side Validation Using JQuery in ASP.NET
2/7/2012 11:00:55 PM.
Checkbox validation is usually more difficult due to its nature of having multiple values at the same time.
Regular Expressions To Validate an ASP. NET Form Using JQuery
11/9/2011 9:20:36 PM.
In this article we will discuss how to write Regular Expressions to validate an ASP. NET form using Jquery.
Validation Settings for SharePoint list using PowerShell
4/11/2011 1:14:05 AM.
In this article we will be seeing about the validation settings for SharePoint list using PowerShell.
RequiredSelection Validation Control
11/3/2010 1:00:33 AM.
Here I m showing a control which will validate minimum and maximum number of options from a CheckedListBox control.
MaxLengthValidation Control
11/2/2010 1:23:47 AM.
This article shows how to validate the maximum character length of the multi textbox control.
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.
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.
Masked Currency TextBox for Visual Studio 2005 Beta
2/25/2006 12:57:23 AM.
There are some problems with the behavior of the current beta version of the MaskedTextBox when you are using currency. This article will show you how to overcome this behavior with an overriding control.
A Quiz Application using Windows Form
1/17/2006 4:30:17 AM.
This code shows you how to validate data in windows forms, add or remove panel control, and write a form based quiz application.
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.