Range Validator

B

Bruno Ferreira

I everybody!! I´m just a beginner to ASP.NET and I´m
founding some problems using RangeValidator

I have a WebForm "Myform.aspx" that has a RangeValidator
and a CustomValidator.
My RangeValidator runs ClientSideScript to force the Input
of Double data type.
My CustomValidator runs ServerSideScript and I used some
code to validate the args.Value

Everything looks to work properly but the moment my
RangeValidator founds some invalid values (from that
moment on) my CustomValidator1_ServerValidate(...) does
not fires again. I know that me.isValid return false but
my CustomValidator1_ServerValidate(...) does not fires
again...

Do someone knows why.
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top