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
Gustavo
NA
1.3k
454.4k
How can I: Create a dynamic ErrorProvider?
May 6 2010 12:07 AM
Hello:
I need to pass/update/set an ErrorProvider. Here is my case:
I have a MDIParent that calls a MDIChild. The MDIChild has Controls for the Enter and Leave Events for all TextBoxs. The Leave Event in the Control calls a Class that will do the validation. In the ClassValidation I can use the
((
TextBox
)sender).Focus(); to set the focus to the invalid TextBox (It works fine).
Is there a way I can set the ErrorProvider in sort of the same way?
Something like this: ???
_______
.errorProviderICEPack.SetError(
((
TextBox
)sender), TheError);
Where the
_______
is the name of the Form that the control was called from.
Reply
Answers (
2
)
Tracing and Listners Question
When would you use the protected internal and internal access modifier?