Character Set Customization

1 Oct 20151 minute to read

The Captcha characters can be customized by CharacterSet property. Depending on this value, the Captcha characters are generated. This property accepts string values.

In the ASPX page, include the following Captcha control code-snippet for customized character set.

  • HTML
  • <ej:Captcha ID="captcha" CharacterSet="qwertyuiop1234" runat="server"></ej:Captcha>

    The following screenshot illustrates the Captcha with customized character set.