MainWeb.ForceValidation

MainWeb.ForceValidation property

Gets or sets whether to force customer side validation.

public bool ForceValidation { get; set; }

Remarks

When sets to true, data will not post to server until all input fields are valid.

See Also