Discuss some of the six validation controls used to validate the data on a web form.
RequiredFieldValidation: we can use this make the fields as
mandotory in form
CompareValidator: we can use this compare with other form
elements
RangeValidator: we can strict range of input values in the form
like prices,age etc
RegularExpressionValidator: we can write the regular expressions to
validate the emails,phone numbers user names etc
CustomValidator: we can write the own method to validate the
things
ValidationSummary: will shows all vaidation errors in page
Note : Please comment below if you have concerns. I am here to help
youIf you like my answer please rate and help me it is very Imp for
me
Get Answers For Free
Most questions answered within 1 hours.