Thanks Victor..exactly what i needed J
From: [email protected] [mailto:[email protected]] On Behalf Of Victor Samson Sent: Thursday, 7 April 2011 8:41 AM To: ozDotNet Subject: RE: Required Validator that changes css class of textbox Hi Anthony, If you are open to jQuery I would highly recommend the jQuery Validation plugin <http://bassistance.de/jquery-plugins/jquery-plugin-validation/> . I recently used it on textboxes to set their background red when an incorrect value was entered. You have to do a small workaround to have it behave like the ASP.NET Validators which is detailed on Encorsia's blog here <http://encosia.com/2009/11/04/using-jquery-validation-with-asp-net-webforms /> and here <http://encosia.com/2009/11/24/asp-net-webforms-validation-groups-with-jquer y-validation/> . Regards, Victor Samson From: [email protected] [mailto:[email protected]] On Behalf Of Anthony Sent: Wednesday, 6 April 2011 5:18 PM To: [email protected] Subject: Required Validator that changes css class of textbox Any know a method so that I can highlight a textbox if not valid in asp.net. Anyone have experience with PeterBlum validators or is there a free way to achieve this? regards Anthony (*12QWERNB*)
