User1077185331 posted
Hi,
You can not use Required Field Validator for multiple controls. The validator have property ControlToValidate, it will validate one control at the time.
You can fullfill such kind of requirement using Custom Validator with validation summary to display invalid error messages.