Skip Navigation Links.

Single Required Field Validator

Single Required Field Validator is asp.net validation controls based on asp.net Required Field Validation control. Validation control allows to validate mutliple controls without placing validation control for each and every required input.

Controls exposes unique properties to validate controls based on practical scenarios including validation area, seperate error message for each control.

ControlTypesToValidate property allows to validate only selected types of input controls. e.g. you can set this property to validate only Text box and/or List box. 

ValidationArea property allows to validate control within particular container control or entire form. 

ControlPropertyForErrorMessage proerty allows to set seperate error message for Single Required Field Validator. e.g. You can use tooltip property of text box control as error message just by setting property name.