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 Validating
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
David Mccarter (2)
Kailash Chandra Behera (2)
Bilal Shahzad (2)
Hemant Jindal (2)
Gnanavel Sekar (2)
Rahul Bansal (2)
Joe Miguel (2)
Ahmad Mozaffar (1)
Vijay Yadav (1)
Udaya kumar (1)
Khoday Akilesh (1)
Vinay Ayinapurapu (1)
Sachin Kalia (1)
Saravanan Ponnusamy (1)
Rohatash Kumar (1)
Imran Ghani (1)
Ankur Mishra (1)
Bikesh Srivastava (1)
Saineshwar Bageri (1)
Rion Williams (1)
Vijay S (1)
Keertti Raj Thangavelu Babu (1)
Susan Abraham (1)
Nalaka withanage (1)
John Charles Olamendy (1)
Ashish Singhal (1)
John Charles Olamendy Turruellas (1)
Mukesh Nayak (1)
Manas Patnaik (1)
Scott Lysle (1)
Rama G (1)
Yildirim Kocdag (1)
Linli Jin (1)
Related resources for Validating
No resource found
Validating User Input Using Regular Expression With C#
8/9/2024 9:46:52 AM.
In software development, validating user input is crucial to prevent errors and security issues. Regular expressions (regex) are used to validate fields such as email, zip codes, and phone numbers. Th
Validating Input and Forms in AngularJS
7/23/2024 5:56:35 AM.
Form validation is crucial for data integrity in web applications. This article demonstrates AngularJS form validation with a member registration example, covering HTML structure, controller logic, an
Validating Mobile IMEI Number
5/1/2024 11:10:15 AM.
Validating Mobile IMEI Numbers ensures device authenticity and legality. IMEI, or International Mobile Equipment Identity, serves as a unique identifier for mobile devices. Verification confirms devic
Validating an HTTP Endpoint to Receive Events from Azure Event Grid
2/7/2024 5:32:27 AM.
This article elucidates the process of validating an HTTP endpoint for receiving events from Azure Event Grid. By creating an Azure Function App with an HTTP-triggered function, you can handle Microso
Validating Client ID And Client Secret Using POSTMAN
9/6/2022 1:32:16 AM.
This article explains how to check the validation of client credentials (client id and secret) using POSTMAN and by interacting with Graph API. This also has steps for POST request which is a rare fin
Coding Faster With dotNetTips Spargine 6 - Validating Arguments Made Easy
6/20/2022 6:21:52 AM.
In this article, you will learn how to code faster with dotNetTips Spargine 6: Validating Arguments Made Easy
Validating Data Made Easy
5/17/2022 12:30:33 PM.
In this article, you will learn how validating data made easy.
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.
Conversion Helpers in MVC Razor: Validating Posted Data
5/26/2021 9:49:23 AM.
This article describes Conversation Helpers in MVC Razor and explains how to validate posted data.
ASP.NET Web API 2 - Creating And Validating JWT (JSON Web Token)
7/2/2020 10:38:50 PM.
Creating & validating JSON Web Tokens is very straightforward in ASP.NET Web API 2. A few packages and lines of code is all we need to create JWT tokens and to validate a JWT bearer tokens.
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
Validating RadioButtonList and DropDownList Using JavaScript
4/13/2020 4:30:45 AM.
In this article we learn how to validate a RadioButtonList and a DropDownList using JavaScript in ASP.NET.
JavaScript - Validating Letters and Numbers
4/8/2020 9:55:42 AM.
So, in this web development article, I am trying to present some requirement to limit the scope of the article.
ASP.NET Core Web API - Creating And Validating JWT (JSON Web Token)
3/5/2020 8:52:48 AM.
Creating & validating JSON Web Tokens is very straightforward in ASP.NET Core Web API. A few packages and lines of code is all we need to create JWT tokens and to validate a JWT bearer tokens.
Validating an HTML/HTML5 Document
12/10/2019 4:42:55 AM.
Validating a HTML document means checking or verifing its code according to the standards of HTML5 specifications.
String Algorithm - Validating If String Conversion Requires More Than One Edits
9/3/2019 11:53:07 PM.
This article describes the algorithm to validate how many edits are required to convert one string into another string
String Algorithm - Validating If String Has Unique Characters
8/22/2019 10:11:32 AM.
This article describes an algorithm program to validate if the given string contains unique characters.
ASP.NET MVC 5 - DocuSign🖋️- Validating And Viewing Document(s) On A Modal-Dialog
12/19/2018 10:30:04 AM.
In this article, we will see how to validate the DocuSign document by viewing it in Modal Dialog using an iframe in our web application.
Uploading, Validating, And Storing A File Into Database Using EF In ASP.NET MVC5
11/14/2018 6:49:18 AM.
Here, you will learn how to upload a file, validate a file and store a file into database using JQuery, Entity Framework in ASP.NET MVC5
Validating HTTPS Request URL Using AuthorizationFilter
10/8/2016 1:38:23 PM.
In this article, you will learn how to enable HTTPS in WebAPI2 , validate HTTPS request URL, using AuthorizationFilter.
Dynamically Creating Multiple File Uploads In MVC And Validating It
8/25/2016 3:11:33 PM.
In this article, you will learn how to dynamically create multiple file uploads in MVC and validate it.
Validating Social Security Numbers Through Regular Expressions
11/9/2015 1:10:47 PM.
In this article you will learn how to validate Social Security numbers through Regular Expressions.
Validating MIME of a File Before Uploading in ASP.Net
3/30/2015 5:46:47 PM.
This article explains how to check the MIME type of a file.
Validating Extension Before Uploading File in ASP.Net
3/30/2015 5:37:35 PM.
This article explains how to check the extension of a file.
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.
Creating, Validating & Reading Dynamic Textbox in ASP.Net
3/17/2015 11:28:51 AM.
This article explains how to generate a TextBox at the runtime with validation in an ASP.NET Web Application.
Validating an XML Document Programmatically
8/19/2013 1:48:28 PM.
This article provides an example of validating a XML document using the XmlReader and XMLScema class of System.Xml and System.Xml.Schema.
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.
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.
Viewing and Writing XML Data using ADO.NET DataSets
9/29/2012 6:41:52 AM.
Based on a real world project this article shows how to handle XML data in .NET using C# DataSets and DataViews.
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.
Validating Data Entry in Windows Forms Application
5/15/2012 3:09:33 PM.
This article will explain on how to handle validation in Windows Forms application.
Validating User Inputs Using Regular Expressions
5/15/2012 2:41:57 PM.
This article shows how can we validate our inputs using regular expressions.
Validating Messages using Pipelines in BizTalk Server
5/15/2012 2:17:29 PM.
In this article, I will cover how to validate messages using pipelines in BizTalk Server.
Validating input fields in Silverlight 4
12/22/2011 12:16:35 AM.
There are various options for validating input fields in Silverlight 4 and some of these options include using Data Annotations, IDataErrorInfo interface, INotifyDataErrorInfo interface, property validation, and Context Validation.
Validating Textbox on Lost Focus in RIA Service, Silverlight 4
2/21/2011 1:44:06 AM.
Workaround with validation issue of TextBox in RIA service.
Validating the Date in a Date Time Picker Control
7/8/2009 1:17:55 AM.
This is another short article on the date time picker control. This article will address an approach that may be used to require the user to confirm changing a date.
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.
Generic DataGridView
7/12/2006 8:21:42 AM.
DataGridView is a new control which is more flexible for coding than simple datagrid. However, there are a lot of developer having diffulties about DataGridView Calendar, Mask, ComboBox and also validations.
Visual Guard for .NET
1/24/2006 11:55:21 PM.
Novalys announces Visual Guard, which is aimed at setting up user’s profile and permissions for .net application (who is allowed to do what?). The tool easily integrates to any .net application and makes rights/permissions management easier thanks to its administrating console.