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
Vamsi k
NA
296
45.5k
Date validation
Dec 4 2018 7:24 AM
Hi everyone,
How to validate date mm/dd/yyyy in a textbox.(vb.net)
suppose if i enter 13/12/2018 then it should give error message like date format must be "mm/dd/yyyy"
and if we enter 13/32/2018 then it should give error message as "invalid date"
** Note:Don't take any calender control for the above requirement.
I need the above example in vb.net code.
If user give input in the textbox 13/12/2018 then it should give error message like date format must be "mm/dd/yyyy" and he enter 13/32/2018 then it should give error message as "invalid date"
Please share your ideas
Thanks
Vamsi
Reply
Answers (
3
)
how to send image with array list using ajax in mvc
how to show database values to datagrid