I have a gridview with a textbox template field and I have a required field validator for that textbox. The gridview contains 15 rows, with just the first enabled and the rest are not enabled .
How can I make the validation appear when the save button is clicked, just on the enabled row and not for all rows?
Thanks