ASP.NET 2.0 WebControlAdapters cannot be used on Validator controls?

Posted by end-user on Stack Overflow See other posts from Stack Overflow or by end-user
Published on 2010-05-21T11:57:18Z Indexed on 2010/05/21 12:00 UTC
Read the original article Hit count: 106

Filed under:
|
|

I'm using a CompareValidator on a page, and I added a ControlAdapter (via browserfile) to watch all BaseValidator classes (and their derivatives). My ControlAdapter does nothing - overrides no methods, currently. The validator writes the span tag, it's id and style, but nothing else - no error message, no javascript. Any ideas why?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about adapter