Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • Moderators
Posted

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.

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...