Property | Type | Description | |
---|---|---|---|
GenerateNewCaptcha | void | ||
RenderHiddenInputForEncryptedAnswer | void |
Method | Description | |
---|---|---|
CaptchaControl ( ) : System |
Initializes a new instance of the CaptchaControl class.
|
|
LoadPostData ( string PostDataKey, |
Loads the post data.
|
|
RaisePostDataChangedEvent ( ) : void |
When implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed.
|
Method | Description | |
---|---|---|
EvaluateIsValid ( ) : bool |
When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
|
|
OnPreRender ( |
Generates the captcha if it hasn't been generated already.
|
|
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Method | Description | |
---|---|---|
GenerateNewCaptcha ( ) : void | ||
RenderHiddenInputForEncryptedAnswer ( System.Web.UI.HtmlTextWriter writer ) : void |
public LoadPostData ( string PostDataKey, |
||
PostDataKey | string | The post data key. |
Values | The values. | |
return | bool |
protected OnPreRender ( |
||
e | The |
|
return | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |