Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
hi every one;
i am beginner in asp .net.
i am working in asp.net last six month.
i have a web form there are multiple text fields and four button "save,update,delete and search"
and i used validation in text fields. but i want that when i click the save button then validation do work and when i click the search button then they doesn't work or disable so that i can search the database record,update and delete also....?

can any body solve my problem??


Thanks in advance.
Posted

1 solution

For the buttons you want validation to occur, set CausesValidation to true and set it to false if you do not wish validation to occur.
 
Share this answer
 
v2
Comments
Wajid Khaksar 20-Feb-13 16:09pm    
Thanks a lot sir.
Richard C Bishop 20-Feb-13 16:10pm    
You are welcome.

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