Hi, I have a loop inside a form that renders a textfield and some other controls. When I am doing cross field validations in the ValidateForm event while iterating over a collection (the source of the loop), I would like to record error messages against the form with the field in error to get the normal error highlighting. How can I get to the field in this case since I can't use normal injection?
Thanks in advance, Benny
