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 would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What are the advantages and disadvantages of Using Cookies?
What are the new web part controls in asp.net 2.0 ?
How to implement form based authentication in asp.net application?
What is a web api endpoint?
What are the difference between function and stored procedure in .net programming language?
Why is global asax is used?
what is silver light when will we use silver light,
What is global.asax file used for?
What is repository pattern in mvc.net? : asp.net mvc
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What are the different web pages?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Explain how can we inherit a static variable?
Explain one critical mapping?