COMMUNITY: How to properly ask a question on Forums
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About Custom Validation Attribute
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Pranay Rana (1)
Abhimanyu K Vatsa (1)
Jignesh Trivedi (1)
Related resources for Custom Validation Attribute
No resource found
Complex Custom Validation Attribute Specific to Entity
3/7/2015 5:26:09 PM.
In this article you will learn about the Complex Custom Validation Attribute specific to an Entity.
Custom Data Annotations or Custom Validation Attributes in MVC
7/15/2013 5:17:10 PM.
In this post you will learn how to create custom data annotation in MVC. MVC framework has great extensibility feature and because of this we can create our own customized data annotation attributes.
Creating Custom Validation Attribute For Data Annotation
6/27/2012 8:52:25 PM.
In .net 4.0, namespace System.ComponentModel.DataAnnotations allow you to create new attribute and with the help of this you can validate the data as per your requirement.