How to create custom asp.net validator that works with UpdatePanel?

Posted by Goran on Stack Overflow See other posts from Stack Overflow or by Goran
Published on 2009-12-09T12:52:06Z Indexed on 2010/03/25 10:03 UTC
Read the original article Hit count: 432

Filed under:
|
|
|

I think that subject summs it pretty well...

I have created my custom validators that work great when I put them on page in design mode. However if I place them in a usercontrol, and then try to add this user control to the parent page via updatepanel, then my custom validators just won't trigger. They simply don't work.

Does anyone have any clue on what I have to do here?

.net 3.5

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about custom