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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jayakumar
NA
1
905
Data Annotation- validation
Sep 22 2014 3:32 AM
Hi, im using VS2012
i like to know how to use Data Annotation namespace in (ASPX UI) ?
how to call from data layer to UI layer for validation each field ?
example:
sample.cs
[Required, StringLength(100), Display(Name = "Name")]
public string Name { get; set; }
How to call this field to validate In ASPX ? UI
pls help
Reply
Answers (
1
)
Which kind of logic to do?
how to use sql Helper in web application?