dynamically created control is not being validated

  • Thread starter Thread starter DesignerX
  • Start date Start date
D

DesignerX

I have a user control that contains a custom control, both are loaded
dynamically.

The custom control has a simple required field validator and a text box to
validate.

When the submit button in the user control is pressed the textbox does not
seem to be validated.

How do I even begin to troubleshoot this?
My dynamically created controls are created in the load event.


Thank you in advance for any help.

stan
 
Back
Top