我們如何檢查從背後的代碼驗證RadCaptcha - 使用自定義驗證器(ServerValidate)/ WithOut使用和設置ValidationGroup?Telerik RadCaptcha /我們如何驗證RadCaptcha從代碼背後/ WithOut使用驗證組
感謝在未來提前
問候......
我們如何檢查從背後的代碼驗證RadCaptcha - 使用自定義驗證器(ServerValidate)/ WithOut使用和設置ValidationGroup?Telerik RadCaptcha /我們如何驗證RadCaptcha從代碼背後/ WithOut使用驗證組
感謝在未來提前
問候......
您可以使用RadCaptcha的IsValid屬性檢查是否輸入了正確的代碼。要確保驗證已經發生,請調用RadCaptcha的和頁面的驗證方法:
RadCaptcha1.Validate();
Page.Validate();
if(RadCaptcha1.IsValid)
{
//TODO: Add your logic here
}
我的猜測是,你必須找到一種方法來定製檢驗與驗證碼呈現的文本框關聯。您應該可以通過RadCaptcha的ValidatedTextBox屬性來訪問它。
高/感謝4烏拉圭回合答案/我設置驗證碼的ID 4驗證文本框並且我不使用驗證碼的默認文本框... – LostLord 2010-11-04 04:06:38
我會apprecite幫我... – LostLord 2010-11-02 21:01:32