Re: Range Validation Problem
From: Brock Allen (ballen_at_develop.com.i_hate_spam_too)
Date: 03/19/05
- Next message: Wayne Wengert: "Re: Range Validation Problem"
- Previous message: Wayne Wengert: "Range Validation Problem"
- In reply to: Wayne Wengert: "Range Validation Problem"
- Next in thread: Wayne Wengert: "Re: Range Validation Problem"
- Reply: Wayne Wengert: "Re: Range Validation Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 19 Mar 2005 05:23:32 -0800
You need to also specify the type of the data you're validating, such as
string, integer, double, date or currency. Add the Type="Integer" in the
validator's attribute list.
-Brock
DevelopMentor
http://staff.develop.com/ballen
> I have 3 different text boxes for which I apply range validation. On
> two of the text boxes, the complete range I specified is not allowed?
> For example, txtBox1 has range validation Min/Max set as 25/250. If I
> enter 150 in that text box I get a validation error but if I enter 26,
> it accepts it? I get similar results on a second text box. I've
> verified the Min/Max values in the Range Validator. Any ideas on what
> is going on?
>
> Wayne
>
- Next message: Wayne Wengert: "Re: Range Validation Problem"
- Previous message: Wayne Wengert: "Range Validation Problem"
- In reply to: Wayne Wengert: "Range Validation Problem"
- Next in thread: Wayne Wengert: "Re: Range Validation Problem"
- Reply: Wayne Wengert: "Re: Range Validation Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|