Oct 13, 2006 #1 wallm Programmer Apr 4, 2005 69 GB How could I use validation to ensure a price such as 19.99 is added? I've got the requiredfield validator for starters. thanks.
How could I use validation to ensure a price such as 19.99 is added? I've got the requiredfield validator for starters. thanks.
Oct 13, 2006 #2 ca8msm Programmer May 9, 2002 11,327 GB Have you looked at any of the other Validator controls? If not, have a look (especially the RangeValidator). ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Have you looked at any of the other Validator controls? If not, have a look (especially the RangeValidator). ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
Oct 13, 2006 Thread starter #3 wallm Programmer Apr 4, 2005 69 GB No, I was thinking the rangevalidator might not come into play as there's a . I thought maybe there was a regular expression that might do this? Upvote 0 Downvote
No, I was thinking the rangevalidator might not come into play as there's a . I thought maybe there was a regular expression that might do this?
Oct 13, 2006 #4 ca8msm Programmer May 9, 2002 11,327 GB Have a look at the help files for the RangeValidator. You can do exactly what you want to do with it. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Have a look at the help files for the RangeValidator. You can do exactly what you want to do with it. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
Oct 13, 2006 Thread starter #5 wallm Programmer Apr 4, 2005 69 GB thanks for the tip off. I'll go and look. Upvote 0 Downvote