I have a large ASP.NET page with many TextBoxes and Validators
The problem is that when I click on a button, I want to fire the validation for certain TextBoxes (but not all of them). And when I click on another button, I want to fire all of the validators.