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
Kanhialal kk
NA
234
338.6k
how to set error provide on prompt.
Jun 3 2011 1:11 AM
hi..
I am using visual basic component in C#, now I want to set error provider message when input length is greater that four digits..
string str;
str = Interaction.InputBox("Please Enter Invoice No.", "Measurement Info", "", 260, 0xeb).Trim();
if (str.Length > 4)
{
// errorProvider1.SetError(str.ToString(), "Values is Greater");
}
please help me..
Reply
Answers (
6
)
How to create a PDF file from FORMATTED text file
Show data