KendoUI Captcha

The Kendo UI Captcha widget is a security measure that prevents automated spam from performing tasks such as form submissions in your application. The widget generates distorted images of letters and numbers that are easily decipherable to humans, but not to automated programs (spam bots).

Design-Time

The kendoCaptcha control can be added to a Form or Page from the Visual Studio Toolbox. It should look like this when dropped onto the designer.

Kendo Captcha Design-Time

The design-time appearance of the kendoCaptcha control will not feature a random captcha phrase. The logic for this must be implemented in your code (see below).

Sample Implementation

Runtime

The resulting kendoCaptcha control will look something like this:

Kendo Captcha Runtime

Last updated

Was this helpful?