I need to create an array of textboxes as well as one with field names from a database that correspond to them. The array size will vary based on the current form. I want to load the arrays in the form and then populate them with the data from the database in a class.
Is there an easy way to do this? My array idea really isn't working too much. :( and the textbox names will be different based on which form it is.
