Captha Images implementation!

  • Thread starter Thread starter Varangian
  • Start date Start date
V

Varangian

Hi .. I already asked this.. please anyone knows an answer for this?

how should I apply a Captcha Image on a Web Form correctlly?

Say I have an ASP.NET WebSite.. where should I make the code validity
check?. Should I do it on the Page_Load event or on each click or Event

where I wish to validate that particular?

Thanks!
 
My question not how to create a Captcha but how to use it properly!
thanks anyway.

In that code if the validation is not correct it would just display an
error but after the the Page_Load has been passed it would follow the
other ones the Button_Click... are you sure thats the correct way to
implement?
 
Back
Top