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 / jiten patel
Set Cause Validation="false"
| Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
Is post back in asp.net?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How to use ipostback?
What is globalization and localization in asp net?
What are httphandlers and httpmodules and difference between them?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What is the difference between page directive include and action tag include?
Explain parts of assembly?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is custom events?
How do u declare static variable and how it is declared and what is its lifetime?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
How you will improve web application performance?
Explain the advantages of asp.net.
What is a proxy in web service?