Let's say I pull a set of data points from a database. I want to take those data points and make them controls based on how many data points I pull, then do whatever I want with them, like create refrences and what not. I might do another data pull and it may have a different number of data points, but still want to do the same thing over and over regardless of how many data points there are.
So I pull 16 data points into an array - I want to make those controls.. Then do my normal routine..
Same application is run for a different criteria, and you may get 10 data points, but then create 10 controls then do whatever I want after I create them.
Hope I explained it right.. Or is there something else I could that's better?