I have a requirement to add RequiredFieldValidator and RegularExpressionValidator to a dynamically created text box in a dynamically created table cell inside the web user in the content area of the page created by the wizard.
The problem, as you might guess, is trying to dynamically set the ControlToValidate property to view a dynamically created text field.
After some research, the code now:
, "" , , .
EDIT: , page_load. , . , , .
?
One Monkey