I am dynamically creating textboxes and for each textbox a custom validator control.
How do I link the validator control to the textbox so it can be Validated.

Thanks