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 / 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 |
Post New Answer View All Answers
what are the ihttphandler and ihttphandlerfactory interfaces ?
Is global asax mandatory?
List all templates of the repeater control.
Why is asp.net so popular?
What is an assembly? Explain its parts.
How to turn off cookies for a page?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What does clearing cache?
Why and where this web.config file is used?
Does google crawl redirects?
List the advantages and disadvantages of user control an custom control?
How to handle errors in Web API?
What is the difference between a multi-layer and multi-tier applications?
What are validator? Name the validation controls in asp.net?
Explain what are webservices?