hradyesh / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

reCaptcha r110 Issues #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Calling [control].Validate() prior to a Page.IsValid test generates an
exception.

What do you see?
Duplicate call to Validate() method. reCAPTCHA have been validated. Use
IsValid property to retrieve the validation result.

What version of the product are you using? On what operating system?
r110. Windows 2003 Server

---

What steps will reproduce the problem?
2. The sample files do not return valid status - ever.

What do you expect to see? What do you see instead?
Every call to the reCaptcha .Net control (r110) by pressing the Submit key
results in a Page.IsValid value of false. I expect to see this result only
when the values entered are incorrect. 

What version of the product are you using? On what operating system?
r110. Windows 2003 Server

Please provide any additional information below.

1. The copyright information should be updated to 2007-2009.  This should
be addressed in the source files as well.
2. The build number should be included in the assembly information.
3. Each source file should have build information at the top of the file to
summarize not only the changes, if any, but to identify the build.

Original issue reported on code.google.com by dbrown10...@gmail.com on 1 May 2009 at 6:04

Attachments:

GoogleCodeExporter commented 9 years ago
This is by design. If this is the exception you see, then you should just 
retrieve 
the value for Page.IsValid property. There is no need to call 
RecaptchaControl.Validate() twice (or more).

Original comment by adrian.g...@gmail.com on 2 May 2009 at 6:55