Detect Validation and change Textbox CSShttp://forums.asp.net/t/1798499.aspx/1?Detect+Validation+and+change+Textbox+CSSMon, 30 Apr 2012 14:22:21 -040017984994958358http://forums.asp.net/p/1798499/4958358.aspx/1?Detect+Validation+and+change+Textbox+CSSDetect Validation and change Textbox CSS <p>This is not really important to my site, as I could live without it, but I wan't to add a feature to my forms.</p> <p>I currently have textbox css for standard, hover, and focus</p> <p>but what I would like to do upon validation is change the style of the textbox where there is an error.</p> <p>How would I detect which Validation events have been activated and then change the textbox for that event, say required field.</p> <p></p> 2012-04-30T14:06:09-04:004958362http://forums.asp.net/p/1798499/4958362.aspx/1?Re+Detect+Validation+and+change+Textbox+CSSRe: Detect Validation and change Textbox CSS <p>Maybe this thread can be helpful</p> <p><a href="http://forums.asp.net/p/1415769/3120520.aspx">http://forums.asp.net/p/1415769/3120520.aspx</a></p> <p>Regards</p> 2012-04-30T14:10:42-04:004958369http://forums.asp.net/p/1798499/4958369.aspx/1?Re+Detect+Validation+and+change+Textbox+CSSRe: Detect Validation and change Textbox CSS <p>Hi,</p> <p>You can set some flag.When it goes inside validation function and find that textbox doesnot contain valid data then set that flag to false.</p> <p>Now use if condition to see whether that flag is false if yes then chage its css properties in code by using Add Attributes method</p> <p>Let me know whether it works </p> 2012-04-30T14:14:34-04:004958379http://forums.asp.net/p/1798499/4958379.aspx/1?Re+Detect+Validation+and+change+Textbox+CSSRe: Detect Validation and change Textbox CSS <p></p> <blockquote><span class="icon-blockquote"></span> <h4>Bobby-Z</h4> <p></p> <p>How would I detect which Validation events have been activated and then change the textbox for that event, say required field.</p> <p></p> </blockquote> <p></p> <p>May be this helps you..</p> <p><a href="http://www.vijaykodali.com/Blog/post/2008/06/05/Change-back-ground-color-of-Aspnet-Textbox-on-validation-failure.aspx">http://www.vijaykodali.com/Blog/post/2008/06/05/Change-back-ground-color-of-Aspnet-Textbox-on-validation-failure.aspx</a></p> 2012-04-30T14:19:44-04:004958382http://forums.asp.net/p/1798499/4958382.aspx/1?Re+Detect+Validation+and+change+Textbox+CSSRe: Detect Validation and change Textbox CSS <p>will you please post some code so that i can find it</p> 2012-04-30T14:22:21-04:00