views:

828

answers:

1

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

+1  A: 

this can help u to add validators in the gridview control

http://www.opexsolution.com/category/technical-corner/

in tht check

using validators in gridview control part-i topic

coder