Create a basic captcha in C#.net
-
can anyone help me to creat a captcha in asp.net 4.0 using c# i have to generate combination of capital letters, small letters and numbers.....pls help me
-
can anyone help me to creat a captcha in asp.net 4.0 using c# i have to generate combination of capital letters, small letters and numbers.....pls help me
You should have searched for it here at CP itself. Following articles will help you out in implementing it: CAPTCHA Image[^] CAPTCHA Graphic in ASP.NET[^] Captcha Image using C# in ASP.NET[^] Try out! Many more here: Search result[^]
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
-
You should have searched for it here at CP itself. Following articles will help you out in implementing it: CAPTCHA Image[^] CAPTCHA Graphic in ASP.NET[^] Captcha Image using C# in ASP.NET[^] Try out! Many more here: Search result[^]
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
hi, first link is not working 2nd link is in vb....which i can't understand...can u tell me a link which is in c#.net....pls
-
hi, first link is not working 2nd link is in vb....which i can't understand...can u tell me a link which is in c#.net....pls
Updated. Try out now. Post specific issue if you face.
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
-
Updated. Try out now. Post specific issue if you face.
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
hi, is it website or project...i did in project...
<%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication4.Global" Language="C#" %>
i created a new project ...and i am getting the above error...what should i do now?
-
hi, is it website or project...i did in project...
<%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication4.Global" Language="C#" %>
i created a new project ...and i am getting the above error...what should i do now?
I have no idea what error you are talking of. Don't be in a hurry and take it step by step. Download samples attached with articles. Open them, run them, study, learn and then try to implement the same in your application.
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
-
Updated. Try out now. Post specific issue if you face.
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
now i created a new website & pasted code...now it is working...could u tell me why it is not working on new project...i always do in a prject not in a website....even now also i am doing my project on a webproject not in a website...pls help me to solve this...
-
I have no idea what error you are talking of. Don't be in a hurry and take it step by step. Download samples attached with articles. Open them, run them, study, learn and then try to implement the same in your application.
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
ok
-
You should have searched for it here at CP itself. Following articles will help you out in implementing it: CAPTCHA Image[^] CAPTCHA Graphic in ASP.NET[^] Captcha Image using C# in ASP.NET[^] Try out! Many more here: Search result[^]
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
You should have searched for it here at CP itself. u said to search at CP...What is it & where is it
-
can anyone help me to creat a captcha in asp.net 4.0 using c# i have to generate combination of capital letters, small letters and numbers.....pls help me
Please follow the link below Captcha Image using C# in ASP.NET[^] http://usefulscripts.wordpress.com/2012/07/29/how-to-use-captcha-using-asp-net-c-and-jquery-5/[^] http://towardsnext.wordpress.com/2009/02/26/captcha-control-sample-c-aspnet-server-control/[^] http://rockingshani.blogspot.in/2012/06/how-can-we-use-captcha-in-aspnet.html[^] http://stackoverflow.com/questions/2369373/captcha-image-verification-in-c-net-and-asp-net[^]