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?