-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
The ControlAdapter is available since .NET framework version 2.0 and his main goal is to adapt and customize a control render in order to achieve a specific behavior or layout. This customization is done without changing the base control. A ControlAdapter is commonly used to custom render for specific…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I've got an issue with Zend_Captcha always returning false when the page is submitted and the captcha's isValid() method is being called. It's driving my nuts because this as far as I am concerned should work.
I start by declaring this at the top of the action function of the controller
$captcha…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
can any one tell me how to use captcha in asp.net mvc?
is there any need to download any control for it?
Thank You.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm in the process of adding CAPTCHA validation to one of my websites and need to know what open source solutions exist. Please note strengths and weaknesses and what platform they work with. I'm primarily interested in ASP.NET solutions but feel free to include PHP, Java, etc.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm learning framework KohanaPhp 3 and I have a problem with adding a module called kolanos-Kohana-captcha.
What I've done so far is:
I copied the directory kolanos-kohana-captcha into modules directory
Copied kolanos-kohana-captcha/config/captcha.php to file application/config/captcha.php
Edited…
>>> More