RangeValidator < 0 not working
- From: "Cirene" <invalid_email@xxxxxxx>
- Date: Mon, 22 Oct 2007 12:05:06 -0400
Here's my RangeValidator
<asp:RangeValidator ID="RangeValidator1" runat="server"
ControlToValidate="txtSVDV" ErrorMessage="RangeValidator" MaximumValue="0"
MinimumValue="-100" Type="Double">Make it < 0</asp:RangeValidator></td>
My value for txtSVDV is ".015" and the validator is invoking. Any idea why?
I have the type set to Double.
Thanks!
.
- Follow-Ups:
- Re: RangeValidator < 0 not working
- From: Cirene
- Re: RangeValidator < 0 not working
- Prev by Date: c# and javascript data share .net 1.1
- Next by Date: Re: c# and javascript data share .net 1.1
- Previous by thread: c# and javascript data share .net 1.1
- Next by thread: Re: RangeValidator < 0 not working
- Index(es):