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
vasu babu
NA
4
0
adding controls to panel dinamically
Jun 7 2010 2:38 AM
Hi,
I have a flowlayout panel containing 3objects(containing checkbox and textbox) while form loading. I have a button ADD, when ever user clicks add he gets input box and enter some number. i have to add that number of objects to flowlayout along with old 3objects.
for (int i = 0; i < iParseCount; i++)
{
UserPattern oUserPattern = new UserPattern("userDefParser" + (i+1));
pnlUserPattern.Controls.Add(oUserPattern);
}
here pnlUserPattern is the flowlayout panel.
problem is only intial 3 objects are showing.
Any help please..........
thanks in advance.
Vasu.
Reply
Answers (
3
)
using a hyperlink
How to set ImageLayer on Image