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?

Answers were Sorted based on User's Feedback



I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i wa..

Answer / kuldeep kumar

Use property CauseValidation="false" for the Cancel Button

Is This Answer Correct ?    87 Yes 9 No

I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i wa..

Answer / jiten patel

Set Cause Validation="false"

Is This Answer Correct ?    34 Yes 6 No

I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i wa..

Answer / lakshmi

set cause validation property to false

Is This Answer Correct ?    12 Yes 5 No

I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i wa..

Answer / sneha gupta

set validationGroup = 'Save' for save button and textbox
but leave it blank for cancel button.

Is This Answer Correct ?    7 Yes 3 No

I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i wa..

Answer / minakshi

set VlidationGroup property of validator.

Is This Answer Correct ?    14 Yes 13 No

I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i wa..

Answer / 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

I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i wa..

Answer / smit sisodia

set validation control="false" of cancel button

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What are the modes of updation in an updatepanel?

0 Answers  


What do you understand by aggregate dependency?

0 Answers   MindCracker,


What is difference b/w Generic List and Arraylist, Generic List Vs HashTable, Generic List Vs No Generic? Pls Explain with example.

2 Answers   Polaris, Syntel,


Demonstrate Render and PreRender?

0 Answers   QuestPond,


What are session objects?

0 Answers  






What is the use of placeholder control?

0 Answers  


How many types of session state management options available in asp.net?

0 Answers  


where is declare global variable in asp.net and what is use of global variable

3 Answers  


To redirect the user to another page which method do we use without performing a round trip to the client?

0 Answers   Siebel,


What is a query string in a url?

0 Answers  


Explain significance of routing? : asp.net mvc

0 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

3 Answers  


Categories