Telerik RadCaptcha / 我们如何从代码隐藏/不使用验证组来验证 RadCaptcha
我们如何从代码隐藏检查 RadCaptcha 的验证 - 使用自定义验证器(ServerValidate)/不使用和设置 ValidationGroup?
谢谢 在未来的前进
最好的祝福...
How Can We Check The Validation Of RadCaptcha From Code Behind - With Custom Validator(ServerValidate) / WithOut Using And Setting ValidationGroup ?
thanks In Future Advance
Best Regards...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 RadCaptcha 的 IsValid 属性检查输入的代码是否正确。为了确保验证已发生,请调用 RadCaptcha 和 Page 的 Validate 方法:
You can check whether the correct code was entered by using the RadCaptcha's IsValid property. To be sure that validation has occurred please invoke the RadCaptcha's and Page's Validate method:
我的猜测是,您必须找到一种方法将自定义验证器与验证码呈现的文本框关联起来。您应该能够通过 RadCaptcha 的 ValidatedTextBox 属性访问它。
My guess is that you will have to find a way to associate your custom validator with the textbox rendered by the captcha. You should be able to access it via the ValidatedTextBox property of RadCaptcha.