Tag Archives: Captcha

Creating Captcha HTML Helper

After working with ASP.Net MVC, and my previous posts, in this Post I am trying to implement a Captcha HTML Helper, an HTML Helper is just a method that returns a string. Creating Custom HTML Helpers. It is an extension … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, ASP.Net MVC, Javascript | Tagged , , , , , , , | 3 Comments

Captcha using ASP.Net and C#

Few days back, I got some question related to Captcha (security mechanism, which helps web masters to avoid spam) in a Forum. So I thought of implementing one. I got few nice scripts in Code Project, its a simple implementation, … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Visual Studio | Tagged , , , , , , | 6 Comments