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 is a web pool?
Define globalization and localization.
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What are the different web pages?
How to prepare culture-specific formatting in .net.
explain code with datachaching with example
How can we identify that the Page is Post Back?
What I need to create and run an asp.net application?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is the use of web.config and machine.config files?
What is server side session management?
If 200 is for all successful operation then why do we have 201 response codes?
What is master page in dtp?
What is a windows service?
How is it possible for .NET to support many languages?