tags:

views:

43

answers:

1

i have formview when with tow required validator and gridview with reqired validator when i click insert on form view it fires the validation on the gridview i want when i click inserton form view just validate the tow validators on the form and doesnt fire the validator on gridview

A: 

Fore this you use validationgroup attribute which is available in asp.net

more detail : http://msdn.microsoft.com/en-us/library/ms227424.aspx

Pranay Rana