RangeValidator fires when I type values from 6 to 9 - why is that?
|
<telerik:RadNumericTextBox |
| ShowSpinButtons="true" |
| Value="1" |
| ID="CodesCountTextBox" |
| NumberFormat-DecimalDigits="0" |
| MinValue="1" |
| MaxValue="50" |
| runat="server" /> |
| <asp:RangeValidator |
| runat="server" |
| MinimumValue="1" |
| MaximumValue="50" |
| ControlToValidate="CodesCountTextBox" |
| ForeColor="Red">*</asp:RangeValidator> |