G
Guest
I have a windows forms custom built requiredfieldvalidator. It is a component, not a control, and I would like to add the component to the form dynamically at runtime. I've tried adding it to the components field of the Form with no luck. Anyone else try and do this before and have any ideas? Since it is not a control, Controls.Add does not work.