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
In which event of the page life cycle, is the viewstate available?
Give 2 examples for scenarios when routing is not applied?
What is asp short for?
How do u optimize a query in asp.net?
How can you handle unmanaged code exceptions in asp.net?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What is master page in dtp?
Which data type does the rangevalidator control support?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
How to disable validator control by client side JavaScript?
What is applicatio domain?
What is application state?
What do you mean by authentication?
Difference between Response.redirect vs server.transfer?
What are the disadvantages of using session?