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 / lakshmi
set cause validation property to false
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is new asp.net core?
What is the exact purpose of http handlers?
What is meant by ispostback in asp net?
Explain the use of errorprovider control in .net?
How can we access static variable?
What is globalization and localization in asp net?
How do you design a website with multilingual support in ASP.NET ?
What is the difference between the response.write() and response.output.write() methods?
Explain what is event bubbling?
What is the difference between ldap and active directory?
Differentiate the session object and application object?
Explain page output caching?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is semantic gap?
How would you implement inheritance using c#?