Sign in | Join
Last post 04-21-2009 6:02 AM by sksmum. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
We have Range Attribute where we can specify the minimum and maximum value for a column
is their a attribute or method by which i can specify a list of valid values like (15,30,45,60)
Hi There,
You can use reqularexpressionvalidator to validate the requirement. and maybe require field validator to ensure text is not empty
Hope it helps!
Thanks for the Lead
[RegularExpression("(0|15|30|45)", ErrorMessage = "Mintues Must be 0 - 15 - 30 - 45")]