Apply Update to All fields
Is there a quick method to clear the BackColor on all fields on an a webform? Other than explicitly listing each one one by one?
For example, do you have to do fieldName.Backcolor = System.Drawing.Color.Pink then the next field, then the next, or is there a way to mass update the backcolor on all fields on that page?