Image verification of input

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike P

    Image verification of input

    Does anybody know how to/have an example of using image verification of
    user input (i.e. the user has to enter the digits in an image as well as
    the normal input)?


    *** Sent via Developersdex http://www.developersdex.com ***
  • Sergey Zyuzin

    #2
    Re: Image verification of input

    On Feb 22, 5:43 pm, Mike P <mike.p...@gmai l.comwrote:
    Does anybody know how to/have an example of using image verification of
    user input (i.e. the user has to enter the digits in an image as well as
    the normal input)?
    >
    *** Sent via Developersdexht tp://www.developersd ex.com***
    I've just found this control:



    Thanks,
    Sergey

    Comment

    • Sergey Zyuzin

      #3
      Re: Image verification of input

      On Feb 22, 6:03 pm, Sergey Zyuzin <forever....@gm ail.comwrote:
      On Feb 22, 5:43 pm, Mike P <mike.p...@gmai l.comwrote:
      >
      Does anybody know how to/have an example of using image verification of
      user input (i.e. the user has to enter the digits in an image as well as
      the normal input)?
      >
      *** Sent via Developersdexht tp://www.developersd ex.com***
      >
      I've just found this control:
      >

      >
      Thanks,
      Sergey
      Hm, It's without sources... :(

      Comment

      • John

        #4
        Re: Image verification of input

        On 22 Feb, 16:10, Sergey Zyuzin <forever....@gm ail.comwrote:
        On Feb 22, 6:03 pm, Sergey Zyuzin <forever....@gm ail.comwrote:
        >
        On Feb 22, 5:43 pm, Mike P <mike.p...@gmai l.comwrote:
        >
        Does anybody know how to/have an example of using image verification of
        user input (i.e. the user has to enter the digits in an image as well as
        the normal input)?
        >
        *** Sent via Developersdexht tp://www.developersd ex.com***
        >
        I've just found this control:
        >>
        Thanks,
        Sergey
        >
        Hm, It's without sources... :(
        I would suggest reading this article and using this control (http://
        https://www.codeproject.com/KB/custo...haControl.aspx)

        Comment

        • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

          #5
          RE: Image verification of input

          just google "ASP.NET Captcha" and you'll find plenty of examples with source
          code. Frankly, I hate these things. A plain old couple of textboxes with
          random number asking the user to supply the total in a third box works as
          well and won't make your users go blind.
          -- Peter
          Site: http://www.eggheadcafe.com
          UnBlog: htp://petesbloggerama .blogspot.com
          Short Urls & more: http://ittyurl.net


          "Mike P" wrote:
          Does anybody know how to/have an example of using image verification of
          user input (i.e. the user has to enter the digits in an image as well as
          the normal input)?
          >
          >
          *** Sent via Developersdex http://www.developersdex.com ***
          >

          Comment

          • Peter Morris

            #6
            Re: Image verification of input

            Frankly, I hate these things.

            They don't bother me for things like signing up for a membership, but when
            blogspot asks you to enter a code every time you make a post despite the
            fact that you are logged in REALLY winds me up!


            Comment

            Working...