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 / minakshi
set VlidationGroup property of validator.
| Is This Answer Correct ? | 14 Yes | 13 No |
Post New Answer View All Answers
What can you do with asp.net?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is custom events? How to create it?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are the events that happen when a client requests an asp.net page from iis server?
Where is http session stored?
What is different authentication mechanisms used in ASP.NET?
What is the biggest disadvantage of “Other Return Types” in Web API?
What are the advantages of asp.net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What is the life cycle of web page?
How can we pass info between 2 asp.net pages?
What is a uri query?
What is the difference between web.config and machine.config in ASP.NET?
What is Web API?