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
Differentiate between a page theme and a global theme?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Why do you use the app_code folder in asp.net?
Difference between .NET and previous version?
What is event in asp.net?
Explain the difference between an exe and a dll?
What is the maximum amount of memory any single process on windows can address?
Where is cookie used in asp.net?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is tracing? Where is it used?
Explain the differences between clr & cts?
What is the postback property in asp.net?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What are different types of api?
Difference between singleton and singlecall.