I am trying to do some validation on a TextBox control that I created dynamically and I was wondering if anyone could help. I create the TextBox and add it to a Placeholder when the user clicks a link by calling a method that returns the TextBox. However, when I try to perform some validation with a static control, the validator cannot see the TextBox control. Any help please?