Browse by Tags

All Tags » Captcha Generic Handler ASP.NET (RSS)
Sorry, but there are no more tags available to filter with.

Create Simple Captcha By Generic Handler by mlife

In this post i will create simple captcha image using generic handler. Create new GenericHandler and write this code snippet public void ProcessRequest( HttpContext context) { // Create radom number for captcha Random rand = new Random (); int number...
More Posts