Hi, I have about 40+ controls on a page, and all are required. I need to make a decision: 1. To add reqd. field validator to each of them and let .Net take care of validation 2. To write javascript function which will check if each of the control has a value or not, based on that return flag to Submit...