Trying to figure out the best way to do this,
I want to create a table with a list of control names, be it a panels or text boxes etc.. etc..
If the control is in this list it will be set with visibility to false.

All this is pretty easy but what I can't figure out when doing this in central class in the business logic is how to pass a collection of controls from the page? Is this even possible or is there a better way.

thanks.