I've created a user control and I'm having trouble with creating an array of these user controls at runtime.

This is what I'm looking to do......
My application as three different views. If it is View1, it goes out to a database and grabs the caption properties and hidden properties from table tblView1 and loads the properties in for each new control I have for this view. Any ideas?

tblView1
Account#, fldAcctNum
Co#, fldCoNum
....

tblView2
Control1, fldCtl1
Control2, fldCtl2
Control3, fldCtl3

and so on.....

If you're confused.....SO AM I!!!