I have a repeating table in my form, which contains a contact selector in each row. The selectors' contents is validated by C# code, which does some checks and adds errors if the checks are unsuccessful ( this.Errors.Add(e.Site, errormsg); ). Problem: Currently, if an error is detected in one of...