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 / divakar upadhyay
You have take the validation summary and put ValidationGroup On validation summary for e.g Validationgroup="a" and Put Same ValidationGroup on Save Button and take RequiredField Validator and Set TargetControl i.e Textbox Id should be assigned to the Target Control and There is no need of validationgroup to the cancel button.
In This Way Save Button Will be Validate and Cancel Button should not be validate.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is the difference between dispose() and finalize()?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain significance of routing? : asp.net mvc
Describe the diffeerence between inline and code behind?
Define the term Scavenging in Caching?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What do you mean by View State and what is its role?
Which is the parent class of the ASP.NET server control?
What is difference between view state and session state?
Can you dynamically assign a Master Page?
Explain diff. Between friend and protected friend?
Is asp.net 64-bit enabled? How?
Why cyclomatic complexity is important?
Differentiate between globalization and localization.