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
How may clustered index we can create in table?
Is asp.net mvc still used? : Asp.Net MVC
What is new asp.net core?
How do I publish my asp.net application to my isp's web server?
What are the events that happen when a client requests an asp.net page from iis server?
What is the difference between Hash table and Array list?
What is application variable?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is the flow of processing of the request? : asp.net mvc
What is the function of the ViewState property?
Explain the difference between the web config and machine config.
In order to get assembly info which namespace we should import?
Why is string called immutable data type?
What is the differences between a primary key and a unique key in sql server?
How to find out what version of asp.net I am using on my machine?