I have a couple of asp.net textboxes that are populated using a jQuery ajax function. These textboxes also got a asp.net RequiredField validator attached to them.
Problem: Although the textboxes got values, the requiredfield validators are set to invalid. Any workaround for this that makes it possible to still use the asp.net validators?