954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Image Verification in Asp.net

Hey there,

Recently, i am working on one of the community website, which is developed in Asp.net/sql server.

I want to implement image verification during registration process so as, there won't be any automated registration..

Can anybody help me to program this utility??

kent06
Newbie Poster
1 post since Jan 2006
Reputation Points: 10
Solved Threads: 0
 

well, I've never done it. But what I would do is have a folder with a set of image files. Then I would store in the database the file path and name and the correct response. Then, when you go to display it, you select a random entry from the database and the answer. Then display the image and check the users response against the images stored in the database.

campkev
Posting Pro in Training
484 posts since Jul 2005
Reputation Points: 14
Solved Threads: 19
 

Hi there.

We have created a free ASP.NET control for doing this:

http://www.roundedpanel.baysoft-net.co.uk/

Just drag and drop the dll into your bin and your toolbox. Make sure that the ASPNET account has read/write access to your website folder, or the rounded corners object wont work.

Good luck

Cheers

Dan

baysoft_dan
Newbie Poster
1 post since Oct 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You