Regarding Page_ClientValidate() function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
How can we identify due to which validator control the
Page_ClientValidate() method is returning false.

why iam asking this coz in my page iam using lotz of regular expression
validators and on the click of button if iam checking whatz the return value
of Page_ClientValidate() function iam getting false.

Now on click of a checkbox i disables a couple of textboxes. i attached
regular expression validators to these textboxes. if these textboxes are
enabled and contains proper data then also Page_ClientValidate() function
returns false. even i wont get any message from the validators. if i clicked
on the checkbox and disable the textboxes then Page_ClientValidate()
function returns true.

can anybody tell me whatz really wrong...

waiting for the reply.
 

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

Back
Top