A.You should consider modifying the Question control’s class in order to implement IValidator.
B.You should consider setting the ValidationGroup property of the RequiredFieldValidator controlto UserControl.
C.You should apply the ValidationProperty feature to the Question control’s class.
D.You should consider setting the InitialValue property of the RequiredFieldValidator control to anempty string.