Wednesday, March 2, 2016

Limit a DevExpress ASPxTextBox to fifty alphanumeric characters!

This goes inside the tag.

<RegularExpression ValidationExpression="[A-Za-z0-9]{1,50}$" ErrorText="Allows up to
      50 alphanumeric characters." />

No comments:

Post a Comment