Hi,
I have two web user controls on my page, each has its own validators in the form of required field and regular expression validators. All the validators in both web user controls have the "EnableClientScript" property set to "false". The problem that I am experiencing is that when a post-back occurs on one web user control, it causes the validators in the other control to fire off.
Can anyone suggest a possible means of stopping this occuring?
Mike55.
I have two web user controls on my page, each has its own validators in the form of required field and regular expression validators. All the validators in both web user controls have the "EnableClientScript" property set to "false". The problem that I am experiencing is that when a post-back occurs on one web user control, it causes the validators in the other control to fire off.
Can anyone suggest a possible means of stopping this occuring?
Mike55.