davidrobin Posted May 5, 2005 Posted May 5, 2005 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 Quote
Moderators Robby Posted May 6, 2005 Moderators Posted May 6, 2005 The easiest way is to create the validator at the same time as the textbox. The validators have a property "ControlToValidate", that's where you would pass it the newly created textbox. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.