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

Which is faster viewdata or viewbag?

0 Answers  


when the threads are used in dot net.

2 Answers  


What is asynchronous call?

0 Answers  


Explain page output caching?

0 Answers  


What is State Management in .Net and how many ways are there to maintain a state in .Net?

6 Answers  






What role “#&&” plays in a querysting?

0 Answers  


How many web.config files in each solution

10 Answers   General Mills,


what is ienumerable interface?

1 Answers  


What is the main differences between asp and asp.net?

0 Answers  


How many Directives r in ASP.NET?

8 Answers  


Describe the disadvantage of cookies.

0 Answers  


what is .net

15 Answers   Net Solution,


Categories