Modify ASP.NET 2.0 client validation

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top