|
-
Jan 11th, 2006, 05:08 PM
#1
Thread Starter
Hyperactive Member
forms validation
when I am doing validation with the .net validation controls. What if a control needs to be 'required' , and a valid email address? Do I need to add both a custom validator, and a required field validator?
-
Jan 12th, 2006, 04:21 AM
#2
Fanatic Member
Re: forms validation
To the best of my knowledge, yes.
If I have a date field which is both required and within a range I will always use a required field validator and a range validator.
-
Jan 12th, 2006, 06:04 AM
#3
Re: forms validation
Use a required field validator and a regular expression validator.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|