Hi. I have a small problem about creating a collection.

I sure know how to loop through all controls of a collection (for each ctl in form.controls). The problem is I would like to CREATE such a collection myself. (Ex.: I will add to a collection all the textboxes that the user have modified).

Afterward, I would to refer to this control. I'm not how could this be done.

Thanks for the help.