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
Guest User
Tech Writer
2
2k
How to find Upper Case Letter in String
Oct 16 2014 3:44 PM
Sir Actually i want find Upper Case letter in string
like
protected void CustV1_ServerValidate(object source, ServerValidateEventArgs args)
{
string Char=args.Value;
if (char.IsUpper() == true)
//Error
Please Resolve me sir how to Handle i don't know because i an just beginer
{
CustV1.IsValid = true;
}
}
Reply
Answers (
7
)
Array of Buttons
Create enum from 2 static arrays?