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
B Oprit
1.3k
429
4k
Make Public void for all Editor
Dec 15 2019 8:54 AM
I have a Public void to check if an Editor with the name Zeeboot is empthy else put some text or a space in it
public void MySub()
if (string.IsNullOrEmpty(Zeeboot.Text))
{
Zeeboot.Text = " ";
}
else
{
}
That works but i have a app for an ipad that has about 50 Editor's in the page.
Is there a way to just check all the Editors in the page and when some of them are empty put text in it . For example a space ?
Reply
Answers (
2
)
not getting correct address in android studio
If statement based on text of label