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
Prashant Singh
NA
86
68.2k
Create multiple dynamic label in C# window form
Jul 27 2011 12:41 AM
Hello,
How tow create multiple dynamic label in Windows application c#.
i have been tried this but not working..
lblUsedShadeInImage.BorderStyle = BorderStyle.FixedSingle;
lblUsedShadeInImage.AutoSize = false;
lblUsedShadeInImage.BackColor = Color.Black;
pnlRecentshade.Controls.Add(lblUsedShadeInImage);
Please provide the solution for multiple dynamic label.
Thanks
Prashant
Reply
Answers (
2
)
How to created dynamic tab that holds pages
GridView selected row has no data