validation - How to allow CaptchaControl not a case sensitive in asp.net(both capital and small character should allow)) -


captchacontrol code

 <captcha:captchacontrol id="captcha1" runat="server" captchabackgroundnoise="low"                                             captchalength="5" captchaheight="60" captchawidth="200" captchalinenoise="none"                                             captchamintimeout="5" captchamaxtimeout="240" fontcolor="#529e00" /> 

enter image description here


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -