Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
546 Points
138 Posts
Apr 30, 2012 02:14 PM|LINK
Hi,
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.
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
Let me know whether it works
res.web
Member
546 Points
138 Posts
Re: Detect Validation and change Textbox CSS
Apr 30, 2012 02:14 PM|LINK
Hi,
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.
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
Let me know whether it works