Allows you to validate required field in form with single 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.
ControlsToValidate property allows to validate only selected input controls. e.g. you can set this property to validate only one Text box and one List box which is required.
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. Same for Text property use ControlPropertyForText
XHTML 1.0 Transitional compliant.
Single Required Field Validtor control validate entire web form. Now no need to place Required Field validatior for each and every input field. Just put one control and save time.
Design-time support as it is based on ASP.NET control.
KValidation Control works on all browsers (IE5+, NS7+, Firefox 1.0+, Mozilla 1.0+, Opera 8+).