Click here to Skip to main content
15,901,284 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Frends

. i want to implement Captcha ?????????please also tell about diffrent kinds of catcha and their implementation

Please help me
Posted
Updated 3-Sep-12 21:59pm
v3

Check this out. Here you can get complete code for captcha in asp.net
CAPTCHA Image[^]
 
Share this answer
 
Comments
Devendra 1988 4-Sep-12 4:20am    
<%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="CaptchaImage._Default" %>

some problem in this line in default.aspx page

error is: Error 22 Could not load type 'CaptchaImage._Default'.
Error 21 Could not load type 'CaptchaImage.JpegImage'

please sir solve this problem
refer this thread
how to add captcha in asp.net ?[^]

More links here[^]
 
Share this answer
 
Hi,

The most famous captcha is ReCaptcha[^]

ReCaptcha Developer docs[^]

You can find a lot more information on net about it.

Thanks
-Amit Gajjar
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900