There is a login page that has two text boxes with required
field validators on it. The page has a login and cancel
button. How can we ensure that the click on the cancel
button doesnt fire a validation event.
Answer Posted / guneetinder singh
By using the validation Group property.
name validation group property of both required field
validator and on login button but not of cancel button.
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
Explain what are webservices?
What is globalization and localization in asp net?
What are triggers of an updatepanel?
Explain the use of view state?
Explain form level validation and field level validation?
What are Authentication and Authorization?
Which is an advantage of application service providers?
What is the use of session in web application?
Explain the difference between singleton and single call?
Explain how asp.net page works?
Can more than one person use the same login?
Why mvc is better than asp.net? : Asp.Net MVC
Name some asp objects?
Do cookies store passwords?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.