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
Use property CauseValidation="false" for the Cancel Button
Is This Answer Correct ? | 87 Yes | 9 No |
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 |
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 |
Answer / smit sisodia
set validation control="false" of cancel button
Is This Answer Correct ? | 1 Yes | 2 No |
Which is faster viewdata or viewbag?
when the threads are used in dot net.
What is asynchronous call?
Explain page output caching?
What is State Management in .Net and how many ways are there to maintain a state in .Net?
What role “#&&” plays in a querysting?
How many web.config files in each solution
what is ienumerable interface?
What is the main differences between asp and asp.net?
How many Directives r in ASP.NET?
Describe the disadvantage of cookies.
what is .net