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 is session id in web application?
What does session_start () do?
What are server objects?
Explain about asp.net state management?
What is preprocessor in .net and type, where it use?
How is the asp.net mvc architecture different from others? : asp.net mvc
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
How can you send an email message from an asp.net web page?
Where would you use an ihttpmodule, and what are the limitations if any?
Can you use c# without .net?
Where session variables are stored?
Explain State management in asp.net
What describes a query?
What are the two types of web pages?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?