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
zohaib khan
NA
26
37.1k
Allow only 20 alphabets and numbers in TextBox using regular expression.
Jun 26 2012 7:11 AM
Hi,
I have TextBox and I want to add validation using regular expression.
I want to allow only 20 alphabet or number in TextBox.
Example [A-Za-z0-9]{1,20}
Any idea about regular expression.
- Thanks
Reply
Answers (
8
)
Reverse only the word in the string not the whole string without using inbuilt functions
String in C#