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 / madhabendra nath
just write CauseValidation="false" in cancel button property.
| Is This Answer Correct ? | 48 Yes | 1 No |
Post New Answer View All Answers
Where would you use an ihttpmodule, and what are the limitations if any?
What is ispostback method in asp.net? Why do we use that?
What are the security types in asp.net?
What is the difference between GridView and Repeater controls in ASP.NET?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Write a code for sending an email from asp.net application.
Explain a program using razor view engine to create a simple application? : asp.net mvc
Why select Web API?
What is content place holder?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is the use of execute non query in asp.net?
When was asp.net released?
Why do we use asp.net?
What is fulltrust?