Modify ASP.NET 2.0 client validation

  • Thread starter Thread starter lambertb
  • Start date Start date
L

lambertb

Hi everybody,

I was wondering how I could change the behavior of client-side
validation with ASP.NET 2.0. What I would like to do was done by
someone else, but with ASP.NET 1.x

here is what I would like to achieve :
http://aspadvice.com/blogs/kumarr/archive/2005/09/27/12901.aspx

Basically, this (great) guy changed WebUIValidation.js so each control
that is invalid gets its border colored to red. I would like to achieve
something very similar (change the background color of invalid
textboxes to red), but with ASP.NET 2.0. I googled lot without finding
what was the equivalent of WebUIValidation.js in ASP.NET 2.0, for
client-side validation.

Anyone could help?

Thanks a lot! :)

Bruno
 
Back
Top