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
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
How can you implement the postback property of an asp.net control?
Is session stored in browser?
Write a code for passing ArrayList in Web API?
How can you debug your.net application?
What is asp.net web pages?
List some of the important session state modes of asp.net.
How do you change the session time-out value?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is a 401 redirect?
What is request and response in asp.net?
what are the security certificates used in webservices?
What is the life-span of the items in the viewstate?
Explain the use of resource manager class in .net.
What are the disadvantages of using session?