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 / jiten patel
Set Cause Validation="false"
| Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
What are merge modules?
What is ispostback method in asp.net? Why do we use that?
What is the difference between session and viewstate?
What are themes and skins in 2.0, explain usage scenario?
Why do we use asp.net?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is difference between view and partial view?
How can we create custom controls in asp net?
What is a session http?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Explain the main differences between asp and asp.net?
What is webresource axd?
How do you handle server controls?
What are the events that happen when a client requests an asp.net page from iis server?
How do you identify that the page is postback?