Hi jsuanque,
You can group it into different validation group instead of creating dynamic required field validator.
eg:
id="RequiredFieldValidator
1"
controltovalidate="NameTex
tBox"
validationgroup="PersonalI
nfoGroup"
errormessage="Enter your name."
runat="Server">
r>
text="Enter your age:"
runat="Server"
AssociatedControlID="AgeTe
xtbox">
text="Enter your city of residence:"
runat="Server"
AssociatedControlID="CityT
extbox">
runat="Server">
id="RequiredFieldValidator
3"
controltovalidate="CityTex
tBox"
validationgroup="LocationI
nfoGroup"
errormessage="Enter a city name."
runat="Server">
r>
Check this MSDN site for further details:
http://msdn.microsoft.com/en-us/library/ms227424.aspx