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


Please Help Members By Posting Answers For Below Questions

Describe the differences between the lifecycles of Windows services and Standard EXE?

812


What is the difference between dispose() and finalize()?

686


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

762


Explain significance of routing? : asp.net mvc

778


Describe the diffeerence between inline and code behind?

715


Define the term Scavenging in Caching?

766


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

2078


What do you mean by View State and what is its role?

731


Which is the parent class of the ASP.NET server control?

732


What is difference between view state and session state?

654


Can you dynamically assign a Master Page?

746


Explain diff. Between friend and protected friend?

666


Is asp.net 64-bit enabled? How?

792


Why cyclomatic complexity is important?

743


Differentiate between globalization and localization.

737