I have a Masterfile that has a header control with a button, and the ContentPlaceHolder which would be another page with multiple text boxes.
When I press the button in the header, I need to iterate through all the text boxes and grab their text, how exactly would I do this using C#?