I have a textbox , assign required field validator and i
have two buttons 1) save 2) cancel , i want the validator
run only when i click save button, don't validate cancel
button , what to do?
Answer Posted / kuldeep kumar
Use property CauseValidation="false" for the Cancel Button
| Is This Answer Correct ? | 87 Yes | 9 No |
Post New Answer View All Answers
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is asp.net mvc5? : Asp.Net MVC
What is preprocessor in .net and type, where it use?
What is page request in asp.net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Explain method to handle error using HttpError in Web API?
What is a viewstate?
Why cyclomatic complexity is important?
Is asp.net is a programming language?
Explain the basic functionality of garbage collector?
How would you get asp.net running in apache web servers? Explain it's limitations.
What does the .webpart file do?
Why SessionID changes in every request in asp.net?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
How do I create a web form?