Generate automatic code using asp.net
Hi friends
I need to generate automatic keywords while you register yahoo and gmail ie. we enter one by one first name ,address etc., at last a code shown in a box that is automatic generate code. I want to know how to generate the code using asp.net. Is it possible??
Hope yours reply.
Re: Generate automatic code using asp.net
Hi!
I have no idea what you are asking for. Can you provide some more information, or some site reference or documentation? Anything that help us understand your issue better.
/Henrik
Re: Generate automatic code using asp.net
Hi,
Thanks for your's reply. I am asking CAPTCHA in .Net. I got this one from code project.While i am implemented it's giving exception. I am coding in vb.net. They provide in C#. Any other idea is available in this scenario.
Hope your's reply.
Thanks & Regards
Re: Generate automatic code using asp.net
If you're getting an exception, then show us the code and tell us what the exception is.
Re: Generate automatic code using asp.net
Hi mendhak,
I found the solution yesterday. No problem. Thanks.
Re: Generate automatic code using asp.net
Hi!
Please set this thread as resolved :)
kind regards
Henrik
Re: Generate automatic code using asp.net
hai guvera
i too need the same code to generate the captcha in asp.net with VB
plz will u able to provide me that solution...
Re: Generate automatic code using asp.net
Hey,
The captcha component that I have used in the past is here:
http://recaptcha.net/
There is a .Net Version of it, and in my experience it works really well.
Hope that helps!!
Gary
Re: Generate automatic code using asp.net