Does anyone know a way to overcome the missing control array feature in vb.net?
I know I can create controls at runtime, but I need them declared withevents and share the same event handlers. I could share the same event handlers, but the problem is that the number of controls to be loaded is not known at design time (could be loaded from a database or something).