Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a free web controls to prevent automated submission?

Status
Not open for further replies.

xpblueScreenOfDeath

Programmer
Sep 1, 2004
87
I am not sure what they call it, but a lot of webpages prevent automated submission with an image that the user has to type in text in the image before the web form will be submitted. Is there any free asp .net controls that does this and where can I find it?
 
It's easy enough to replicate the functionality yourself. You just use GDI+ to draw an image to the screen and make sure what the use types matches the string you have drawn.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top