DotNetShoutout - Stories tagged with ReCaptcha
3
Shouts

Using ReCaptcha In ASP.NET WebForms And MVC

published 657 days, 4 hours, 44 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 660 days, 7 hours, 19 minutes ago
Thursday, August 04, 2011 8:23:15 PM GMT Monday, August 01, 2011 5:48:22 PM GMT
ReCaptcha is now being used widely by many websites especially where there is a possibility of spamming the website, blog or a forum. Here I will show you on how you can use ReCaptcha in ASP.NET and MVC. Get a ReCaptcha Gobal Key and ASP.NET ReCaptcha DLL. Once you get the global key we are ready to go. ReCaptcha in WebForms Fire Visual Studio and create a new ASP.NET web forms project. First add a ReCaptcha DLL in the project and as we are talking about a user control we will have to register the contro... (more)
category: Web Dev | clicked: 30 | 3 comments | | source: midnightprogrammer.net
tags: ReCaptcha, MVC 3, ASP.NET 4, Razor
2
Shouts

reCAPTCHA : Free Captcha service for ASP.NET | TechArtifact

published 849 days, 6 hours, 59 minutes ago posted by ankygoyalankygoyal 850 days, 14 hours, 24 minutes ago
Monday, January 24, 2011 6:08:42 PM GMT Sunday, January 23, 2011 10:43:50 AM GMT
Its a common requirement that we require a captcha in our websites. Here's a discretion of a standard captcha implementation which is free to use (more)
category: Web Dev | clicked: 5 | comment | | source: www.techartifact.com
tags: ReCaptcha, Captcha, Free, ASP.NET
2
Shouts

How to add a Captcha to your Login form Asp.Net in 10 foolproof steps

published 887 days, 2 hours, 9 minutes ago posted by jphellemonsjphellemons 889 days, 4 hours, 49 minutes ago
Friday, December 17, 2010 10:58:35 PM GMT Wednesday, December 15, 2010 8:18:48 PM GMT
just a short how to, which you can follow to add a recaptcha control to your asp.net solution (more)
category: Web Dev | clicked: 4 | comment | | source: www.jphellemons.nl
tags: ReCaptcha, C#, ASP.NET
6
Shouts

Adding reCAPTCHA with JavaScript

published 946 days, 5 hours, 58 minutes ago posted by http://eglasius.blogspot.com/http://eglasius.blogspot.com/ 949 days, 18 hours, 10 minutes ago
Tuesday, October 19, 2010 7:09:13 PM GMT Saturday, October 16, 2010 6:57:35 AM GMT
In some dynamic interfaces, you may not want to load reCAPTCHA with the initial page loaded. In others you can’t because it would expire by the time the user uses that piece of the UI. In the above scenarios you can add reCAPTCHA just when you need it. First include the recaptcha script ... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: eglasius.blogspot.com
tags: ReCaptcha, JavaScript, jQuery, Captcha
6
Shouts

Adding reCAPTCHA to asp.net MVC

published 948 days, 10 hours, 24 minutes ago posted by http://eglasius.blogspot.com/http://eglasius.blogspot.com/ 950 days, 12 hours, 10 minutes ago
Sunday, October 17, 2010 2:44:08 PM GMT Friday, October 15, 2010 12:57:14 PM GMT
How to add reCAPTCHA to your asp.net MVC site (more)
category: Web Dev | clicked: 4 | comment | | source: eglasius.blogspot.com
tags: ASP.NET MVC, ReCaptcha, Captcha