wwWebForm.AddValidationErrorsToBindingErrors

Takes a collection of ValidationErrors and assigns it to the
matching controls. These controls must match in signature as follows:
Must have the same name as the field and a 3 letter prefix. For example,

txtCompany - matches company field
cmbCountry - matches the Country field

public void AddValidationErrorsToBindingErrors( ValidationErrorCollection Errors );

Return Value

void

Parameters

Errors


See also:

Class wwWebForm

© West Wind Technologies, 1996-2018 • Updated: 05/06/05
Comment or report problem with topic