Skip to main content
A newer version of this page is available. .
Tab

ASPxCaptcha Class

A control used for the challenge-response authentication.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ASPxCaptcha :
    ASPxWebControl,
    IRequiresLoadPostDataControl

Remarks

The ASPxCaptcha class implements the functionality of a challenge-response authentication test, which enables verifying that submitted data came from a human, and not a robot or script.

ASPxCaptcha-Class

Note

The ASPxCaptcha control uses a session state to store a verification code. Therefore, the session state mode attribute should not be Off for the control to operate properly.

The control consists of the following elements:

Note

The ASPxCaptcha control provides you with comprehensive client-side functionality, implemented using JavaScript code:

The control’s client-side API is enabled if the ASPxCaptcha.ClientInstanceName property is defined, or any client event is handled.

See Also