Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Captcha > Radcaptcha isvalid is false

Not answered Radcaptcha isvalid is false

Feed from this thread
  • geetha priya avatar

    Posted on Mar 22, 2011 (permalink)

    hi
    i am using radcaptcha in a div.
    if i validate the radcaptcha on buttons click , the radcaptcha.isvalid is always false..
    how can i do this validation?

    help me.

    thanks in advance.
    geetha.

    Reply

  • Posted on Mar 23, 2011 (permalink)

    Hello Geetha,

    This behavior is expected, since RadCaptcha is designed to refresh its image on every postback. One approach is to use UpdatePanel with UpdateMode="Always".

    You can get more on this from the following forum which discussed the same.
    Captcha is not validating properly when post back

    Thanks,
    Shinu.

    Reply

  • Pero Pero admin's avatar

    Posted on Mar 23, 2011 (permalink)

    Hi Geetha,

    You might also wanna try calling RadCaptcha.Validate(), and Page.Validate(validationGroup) before checking the IsValid property.

    Greetings,
    Pero
    the Telerik team

    Reply

  • Posted on Mar 15, 2012 (permalink)

    It would sure be nice if this info about calling RadCaptcha.Validate and Page.Validate were actually in the RadCaptcha documentation.
    It seems to  me to be critical to the control working properly (at least it certainly was in my case) yet I had to spend time (a lot of time) spinning my wheels, searching forums, etc... to find a very simple solution but an undocumented one.
    Or rather, buried down in the Forums and Methods page but not mentioned in the First Look, Help, etc...

    Reply

  • Slav Slav admin's avatar

    Posted on Mar 19, 2012 (permalink)

    Hi Paul,

    Truly, there are cases that require the use of the Validate method and that are not covered by the RadCaptcha documentation. Thank you for bringing this to our attention, the method and the scenarios, in which it should be utilized will be added with the next update of the RadCaptcha documentation.

    Kind regards,
    Slav
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Captcha > Radcaptcha isvalid is false