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.
Answers were Sorted based on User's Feedback
Answer / madhabendra nath
just write CauseValidation="false" in cancel button property.
Is This Answer Correct ? | 48 Yes | 1 No |
Answer / 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 |
Explain the difference between asp & asp.net.
Explain the life cycle of an ASP .NET page.
What is postback pixel?
How would ASP and ASP.NET applications run at the same time on the same server?
What is considered a service provider?
What's the use of formatters in .net?
what is managed and unmanaged code?
Why do we use Option Explicit?
What is viewstategenerator?
Explain significance of routing? : asp.net mvc
i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me
Define the steps to set up validation control.