ASP .NET Multiple Custom Validators on a single page
Posted
by Dan7el
on Stack Overflow
See other posts from Stack Overflow
or by Dan7el
Published on 2010-05-19T15:18:47Z
Indexed on
2010/05/19
15:20 UTC
Read the original article
Hit count: 291
Can you have more than one CustomValidator on a single page?
I have two separate CustomValidators with two separate controls on one page. Both ServerValidateEventHandlers are setup for each control.
The issue is that it only fires on the first event handler twice.
© Stack Overflow or respective owner