> 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 Developersdexhttp://www.developersdex.com***
I've just found this control:
http://www.codeplex.com/aip
Thanks,
Sergey
Sergey Zyuzin - 22 Feb 2008 16:10 GMT
> > 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
[quoted text clipped - 8 lines]
> Thanks,
> Sergey
Hm, It's without sources... :(
John - 22 Feb 2008 17:38 GMT
> > > 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
[quoted text clipped - 10 lines]
>
> Hm, It's without sources... :(
I would suggest reading this article and using this control (http://
www.codeproject.com/KB/custom-controls/CaptchaControl.aspx)
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
> 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 ***
Peter Morris - 22 Feb 2008 22:10 GMT
> 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!