When is validation done on the client? How does client-side
validation improve the efficiency of an application?
Answer Posted / raghumadhav tirunagari
In most cases, client-side validation is performed when the
focus leaves a user control that has a validator assigned to
it by hitting the tab key or clicking on another control.
This is not the case, however, with a required field
validator. The control isn't validated until the user clicks
a button whose CausesValidation property is set to true or
if the user erases information from a control that
previously contained data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of passport authentication?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What is mvc in angular?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What’s the difference between response .redirect and server.transfer?
Why asp.net is better than php?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What does mean by a neutral culture?
Is it true that a Web service must be written in .NET or not?
What does aspcompat="true" mean?
What is postback and autopostback in asp.net?
Explain MVC model binders?
What are server side controls?
What is the difference between dispose() and finalize()?
What is webresource axd?