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.
Features
1 Single Validation Control
Allows you to validate required field in form with single control.
2 Selcted Control Validation – By Type
ControlTypesToValidate property allows to validate only selected types of input controls. e.g. you can set this property to validate only [...]
