IDENTIFY THE CORRECT STATEMENTS[2.0]RANGEVALIDATOR

67. Identify the correct statements[2.0]RangeValidator: helps in ensuring that a value is entered for a fieldCompareValidator: checks if the value of a control matches the value of another control or variable.RequiredFieldValidator: checks if the value entered in a control is in the specified range of valuesRegularExpressionValidator: checks if the value entered matches the regular expression that is specified CustomValidator: the value entered is checked by a client-side or server-side function created by youValidationSummary: a list of all the validation errors occurring in all the controls is created and can be displayed on the page.a) 2, 4, 5, 6 c) 1, 2, 3, 4b) 3, 4 d) 1, 3