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
Is asp.net mvc still used? : Asp.Net MVC
What is preprocessor in .net? Where it use?
3. What goals do you have in your career?
Why is global asax is used?
What are the major built-in objects in ASP.NET?
What is HTTPModule and HTTPcontext? What is the use of each?
What is xaml? Are xaml file compiled or built on runtime?
What are sessions used for?
Are cookies stored on server or client?
What is the use of session in web application?
What is session in web technology?
Explain about the .NET framework?
How many types of triggers are there in update panel?
What do you mean by query string?
What is the difference between viewstate and hidden field in asp.net?