How To Create A Google Like Captcha Control In ASP.NET
Posted by: The ASPx Blog,
on 10 Nov 2010 |
View original | Bookmarked: 0 time(s)
Want to get that same great look that Googles Captcha has? Check out how easy it is to set up the ASPxCaptcha control to get that same look and feel: How? Heres 3 easy steps for the ASPxCaptcha: Set a CodeLength property to 10 Set the ChallengeImage's BackgroundColor property to 'Transparent' Set the ChallengeImage's ForegroundColor property to '#43B468' (you can also dynamically change the ForegroundColor on PageLoad to get different text colors just like...