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
nishant ranjan
NA
390
0
Regular expression for date....
Aug 19 2011 6:52 AM
i have a textbox
one calender control
on selecting date from calender control date goes in format "Aug 19, 2011" ("MMM dd, yyyy") into textbox
i want the regular expression that if user input date directly into textbox than regular expression is in format Aug 19, 2011 ("MMM dd, yyyy") or not.
actualy i wanted that there should be no option for manual entry into the textbox, but when i use readonly or enabled property and try to insert value into database then null value is retrieved from textbox
nyway, the regular expression will do...
can nyone help
Reply
Answers (
6
)
How to search data without using index
How to handle stack overflow exception?