Enumerate page objects
I'm creating a page that will change over time. I'd like to be able to do a for next to get all the IDs of the text boxes and populate them from a database that has a matching column name. I'm struggling with how can I enumerate objects that are contained within the page. My language of choice is VB.net
Thanks

