Multiple Controls Genaration
Hi friends.. I want to create a windows form in which i have a button ,when we click on this button a panel will be created.....if we click it n times ,it will create n panels......any one have idea...if you have any idea..kindly replay me with those articles(url)...please help me(in C#)

VulpesPosted Apr 23, 2014, 6:50 AM
Are you saying that the delete button is deleting the whole UserControl and not just it's associated panel?
Naredla NitheshPosted Apr 22, 2014, 3:50 PM
VulpesPosted Apr 21, 2014, 5:36 PM
Naredla NitheshPosted Apr 21, 2014, 3:05 PM
VulpesPosted Apr 21, 2014, 6:05 AM
As a 'rough and ready' demo, try this code which places up to 30 small panels, side by side, in a 5 x 6 matrix on a default 300 x 300 form. The button should be placed at the bottom of the form: