Dynamic loading of Controls in c#

May 6 2008 8:13 AM

Hello All,

I'm designing an application to support System engineers in defining Pin assignemnets, for semiconductor market. One of these the forms is intendend to provide the user with a way to define preliminary data on the PIN, for example, on which zone of the chip it should be located, is there another PIN that must be in the vicinity of this PIN, etc.

For each pin there should be the following options

Name, Pad location (X,Y), zone, pair. Name is a chekbox, pad location is text boxes, zone and pair is combo-box.

Since a Pin number these days may exceed 400 easily, we're; talking 400 * 6 controls on a form. I can't see c# on .Net beaing able to download it fast enough using Control.Add routines ...

Any idea on how to enable user to view/update data on a form without actually using controls additions one at a time?

Thanks

 

Hila

 

 


Answers (2)