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
Ajay Baldeo
NA
1
1.9k
C# Coding Shortcuts
Dec 21 2012 1:07 PM
Hi All,
I'm not sure if there is a shorter way to do what I'm trying to do but if there is I would appreciate your help.
Here is what I'm doing:
lbl_item2.Visible =
false
;
lbl_item3.Visible =
false
;
lbl_item4.Visible =
false
;
lbl_item5.Visible =
false
;
lbl_item6.Visible =
false
;
lbl_item7.Visible =
false
;
lbl_item8.Visible =
false
;
lbl_item9.Visible =
false
;
lbl_item10.Visible =
false
Can I put this in a loop somehow?
Reply
Answers (
1
)
how to reverse a string value and displayed ?
unable to add references