Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In a single page above i have one table in that three text box for that i am using required field validator, below of that table one gridview having edit and delete button
after run the page while click on that edit button in gridview the required field validator automatically calling how to stop it.
Posted

assign causesvaldation=false for the buttons edit and delete in your aspx page
 
Share this answer
 
you need to use a CustomValidator in this case and code according your requirements.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900